Description Usage Arguments Value Author(s) Examples
This function creates a vector of factors where each element refers to a condition to which a sample belongs.
1 | gen.cond(nb_cond=2,nb_sample=5)
|
nb_cond |
Number of biological conditions. |
nb_sample |
Number of samples in each condition. |
A vector of factors of length nb_cond*nb_sample.
Quentin Giai Gianetto <quentin2g@yahoo.fr>
1 2 3 | cond=gen.cond(nb_cond=2,nb_sample=6)
#[1] 1 1 1 1 1 1 2 2 2 2 2 2
#Levels: 1 2
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.