Description Usage Arguments Value Examples
Change sample/group labels of imported data.
1 |
se |
a SummarizedExperiment object from importCount. |
attr |
attribute to be changed. Could be sample_labels or group_labels. |
values |
values to be set. |
a SummarizedExperiment object
1 2 3 4 | file <- system.file("extdata", "count.gz", package= "deepToolsDownstream")
se <- importCount(file)
se <- relabels(se, "group_labels", c("gp1", "gp2"))
plotProfile(se)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.