Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RNA Report is failing with too few samples. #117

Open
slsevilla opened this issue Feb 16, 2024 · 0 comments
Open

RNA Report is failing with too few samples. #117

slsevilla opened this issue Feb 16, 2024 · 0 comments
Assignees
Labels
bug Something isn't working RENEE RepoName

Comments

@slsevilla
Copy link
Contributor

Problem

RNA report is failing when running only two samples. This is because the DGEList part of the report is expecting more samples to produce downstream graphics like the PCA.

processing file: rNA_flowcells.Rmd
Quitting from lines 26-83 (rNA_flowcells.Rmd)
Error in prcomp(t(as.matrix(deg_voom$E)), scale. = T)$x[, 1:3] :
  subscript out of bounds
Calls: <Anonymous> ... handle -> withCallingHandlers -> withVisible -> eval -> eval
In addition: Warning message:
In filterByExpr.DGEList(deg) :
  All samples appear to belong to the same group.

Solution

Update the report to either skip this feature, take in a group file (this used to be part of the pipeline) or use each sample as an individual 'group'.

@slsevilla slsevilla added the bug Something isn't working label Feb 16, 2024
@kopardev kopardev added the RENEE RepoName label Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working RENEE RepoName
Projects
None yet
Development

No branches or pull requests

3 participants