Description Usage Arguments Value Examples
Creates a MultiAssayExperiment (MAE) from miR and mRNA dataframes. MAE's will be the constant object used throughout TimiRGeN. The input dataframes should contain rows as genes, and results from differential expression (DE) as columns. Columns should also indicate the time point related to each sample. Row names and column names must adhere to TimiRGeN friendly nomenclature. Please do read the vignette for a full description of the required nomenclature.
1 | startObject(miR, mRNA)
|
miR |
microRNA dataframe/ matrix. Rows should be miR gene names which use the TimiRGeN friendly naming system. Columns should be results of DE and time points. |
mRNA |
mRNA dataframe/ matrix. Rows should be mRNA gene names. Columns should be results of DE and time points. |
MultiAssayExperiment containing miR and mRNA data stored as assays. Use assays(MAE, i) or MAE[[i]] to access assays. Use metadata(MAE)[[i]] to access metadata. Use experiments(MAE)[[i]] to access experiments.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.