resuset_to_gtl | R Documentation |
Convert a resuSet into a GeneTonicList object
resuset_to_gtl(resuSet, result_name, which_enrich = "topGO_tbl", dds, anno_df)
resuSet |
A list, provided in the format expected by the resuSet specifications |
result_name |
A character, specifying for which result name in the resuSet object the conversion should be performed |
which_enrich |
Character string, specifying which enrichment results to use. Currently defaults to "topGO_tbl", will be extended to other formats - TODO |
dds |
A DESeqDataset object, meaningfully related/matched to the resuSet object. |
anno_df |
A data.frame as specified in the requirements expected by
GeneTonic, i.e. where at least the columns |
A GeneTonicList object, ready to be provided to the GeneTonic functions
# TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.