You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
The text was updated successfully, but these errors were encountered:
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.
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'.
The text was updated successfully, but these errors were encountered: