assignContext | R Documentation |
This function allows to assigns three kinds of contextual information to samples: biological condition, timepoints and individuals.
assignContext(Results, assignments)
## S4 method for signature 'Results'
assignContext(Results, assignments)
Results |
a Results or Results object |
assignments |
a data.frame containing all samples names (in rownames) and columns providing contextual associations like "bc" (biological conditions), "tp" (biological conditions) and "ind" (individuals) |
The order of rownames (sample names) in this assignments dataframe will be the display order of the elements.
none
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.