Description Usage Arguments Value Examples
Match design and expression data frames. Declare and store design parameters.
1 2 3 4 |
y |
An expression data frame. |
design |
A sample annotation data frame containing sample information (e.g. age, condition, timepoint, etc.). |
data.type |
Type of data that's going to be analyzed ("rnaseq", "microarray","flow", "metab"). Default is data.type="rnaseq". |
columnname |
Name of column in design that contains the column names of y. |
long |
logical; Is the study longitudinal?. |
time.var |
For longitudinal studies. Name of column in design that contains the study time points. |
sample.id |
Name of column in design that contains unique sample identification. |
subject.id |
Name of column in design that contains ids for individual subjects. |
baseline.var |
Name of column in design that contains values referring to baseline observations. |
baseline.val |
String or numeric value denoting baseline observations. |
control.var |
Name of column in design that contains values referring to controls. |
control.val |
String or numeric value denoting controls. |
A list containing the matched design and expression data and all of the design parameters specified.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.