UM_plot | R Documentation |
Scatter plot of fluorescence intensities: unmethylated (U) fluorescence against methylated (M) fluorescence.
UM_plot(M, U, CpG, sex = NULL, xlim = NULL, ylim = NULL, alpha = 0.5)
M |
Methylated fluorescence mean intensity matrix (CpGs as rows, samples as columns) |
U |
Unmethylated fluorescence mean intensity matrix (CpGs as rows, samples as columns) |
CpG |
A CpG identifier (e.g. "cg15771735") |
sex |
vector of sex. First level is expected to be Female (coloured pink). Check levels(sex) to see if that is the case. |
xlim |
x-axis limit |
ylim |
y-axis limit |
alpha |
transparency |
More information on what it is referred as U/M fluorescence is available at help(GR_to_UM).
Graphics
UM_plot(M = M, U = U, CpG = "cg00050873", sex = pheno$sex)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.