Description Usage Arguments Value Examples
Adds 'miR_' or 'mRNA_' genetypes to colnames of dataframes. Resulting colnames should be in the following naming system: 'genetype_timepoint.resulttype'. This function is essential for separate analysis of miR-mRNA DE data. If using the combined analysis, there is no need to use addPrefix.
1 | addPrefix(MAE, gene_df, prefixString = '')
|
MAE |
MultiAssayExperiment to store output of addPrefix. It is recommended to use the MAE object which stores output from startObject. |
gene_df |
Dataframe of mRNA or miR results from differential expression analysis. Will be stored as an assay within the MAE used in the startObject function. |
prefixString |
Prefix to be added e.g. "miR" or "mRNA". |
Dataframe which has a specific prefix infront of each column name. Will be stored as an assay in the input MAE.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.