Description Usage Arguments Examples
plot traces for the 'paired' or 'tripled' design
1 2 | feature_trace(featuresym, se, tx = function(x) log(x + 1),
id = "patient.id", strat = "source_name")
|
featuresym |
character(1) name of an assay (rowname of SummarizedExperiment) |
se |
SummarizedExperiment instance |
tx |
function that transforms numerical input to desired scale for plotting |
id |
character(1) name of subject identifier, a vector in colData that partitions its rows into the collections of contributions from each subject |
strat |
character(1) name of variable in colData that gives the type of each of the repeated measures |
1 2 3 | data(hccLinc4)
requireNamespace("ggplot2")
feature_trace("TERC", hccLinc4) + xlab(" ") + guides(colour="none")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.