View source: R/load-raw-betas.r
meffil.load.raw.data | R Documentation |
Load raw beta matrix
meffil.load.raw.data(
qc.objects,
pseudo = 100,
just.beta = T,
max.bytes = 2^30 - 1,
verbose = F,
...
)
qc.objects |
A list of outputs from |
pseudo |
Value to add to the denominator to make the methylation estimate more stable when calculating methylation levels (Default: 100). |
just.beta |
If |
verbose |
If |
... |
Arguments passed to |
If just.beta == TRUE
, the matrix of
methylation levels between between 0 and 1
equal to methylated signal/(methylated + unmethylated signal + pseudo).
Otherwise, a list containing two matrices, the methylated and unmethylated signals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.