meffil.gds.apply | R Documentation |
Return a vector or list of values obtained by applying a function to the margins of a methylation or detection p-value matrix stored in a GDS file.
meffil.gds.apply(
gds.filename,
bysite = T,
type = c("list", "none", "integer", "double", "character", "logical", "raw"),
FUN,
sites = NULL,
samples = NULL,
...
)
gds.filename |
Name of GDS file generated by |
bysite |
If |
type |
returned value. |
FUN |
the function to be applied. |
sites |
Names of CpG sites to apply to, |
samples |
Names of samples to apply to, |
... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.