tmod_ids | R Documentation |
Query and set IDs (tmod_id) or Titles (tmod_title) of gene sets in a tmodGS object
tmod_ids(x)
tmod_ids(x) <- value
tmod_titles(x)
tmod_titles(x) <- value
x |
an object of class tmodGS |
value |
a character vector of unique IDs |
Returns character vector corresponding to x$gs$ID
data(tmod)
mset <- tmod[ c("LI.M37.0", "LI.M75", "LI.M3") ]
tmod_ids(mset)
tmod_ids(mset) <- c("em", "pstrem", "bzdrem")
tmod_titles(mset) <- c("foo", "bar", "baz")
mset$gs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.