tmod2DataFrame | R Documentation |
Convert a tmod module set into a data frame
tmod2DataFrame(
mset,
rows = "modules",
module_col = "module_id",
feature_col = "feature_id",
sep = ","
)
mset |
a tmod object (e.g. generated by makeTmod) |
rows |
if "modules", then there will be a row corresponding to each module (gene set); if "features", then there will be a row corresponding to each gene. |
module_col |
Name of the column with module (gene set) IDs |
feature_col |
Name of the column with feature (gene) IDs |
sep |
separator used to collate module IDs (if rows=="features") or feature IDs (if rows=="modules") |
makeTmodGS
, makeTmod
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.