We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 739c668 + 6a3c002 commit 78cd7b5Copy full SHA for 78cd7b5
test/vst_stability_plots.R
@@ -126,6 +126,7 @@ if (T) {
126
counts <- exprs(bottomly.eset)
127
counts <- counts[rowSums(counts) >= 1, ]
128
strain <- phenoData(bottomly.eset)$strain
129
+ strain <- gsub("/", "_", strain)
130
experiment.number <- factor( phenoData(bottomly.eset)$experiment.number )
131
design <- model.matrix(~ strain + experiment.number)
132
0 commit comments