prepare_tt | R Documentation |
Prepare differential gene expression table for generate_bootstrap_plots_for_transcriptome or ewce_expression_data.
prepare_tt(
tt,
tt_genecol = NULL,
ttSpecies,
output_species,
method = "homologene",
verbose = TRUE
)
tt |
Differential expression table. Can be output of topTable function. Minimum requirement is that one column stores a metric of increased/decreased expression (i.e. log fold change, t-statistic for differential expression etc) and another contains gene symbols. |
ttSpecies |
The species the differential expression table was generated from. |
output_species |
Species to convert |
method |
R package to use for gene mapping:
|
verbose |
Print messages. |
List of 3 items
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.