plotProportions | R Documentation |
A wrapper for various plotting methods for the visualization of mixing proportions
plotProportions(
MeDeComSet,
type,
K,
lambda,
cg_subset = 1,
lmc = NA,
Aref = NULL,
ref.profile = NA,
sample.characteristic = NULL,
heatmap.clusterCols = FALSE,
heatmap.clusterRows = FALSE,
...
)
MeDeComSet |
an object with MeDeCom results |
type |
plot type, a |
K |
value of parameter k to use |
lambda |
value of parameter lambda to use |
cg_subset |
which CpG subset to use |
lmc |
which LMC to use for visualization |
Aref |
a matrix with reference methylomes |
... |
Extra variables based to proportion.lineplot |
Available plot types include:
heatmap
Lineplot of proportions recovered by MeDeCom and reference proportions.
barplot
Stacked barplot of proportions recovered by MeDeCom.
lineplot
Lineplot of proportions recovered by MeDeCom and, if available, reference proportions.
scatterplot
Lineplot of proportions recovered by MeDeCom and reference proportions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.