Description Usage Arguments Value Author(s) Examples
View source: R/metaseqr.util.R
Creates a class vector from a sample list. Internal to
the stat.*
functions. Mostly internal use.
1 | as.class.vector(sample.list)
|
sample.list |
the list containing condition names and the samples under each condition. |
A vector of condition names.
Panagiotis Moulos
1 2 | sample.list <- list(A=c("A1","A2"),B=c("B1","B2","B3"))
clv <- as.class.vector(sample.list)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.