View source: R/methyl_master_assay.R
methyl_master_assay | R Documentation |
MethylMasteR Assay function Originally from sparseAssay() from the RaggedExperiment Package by Martin Morgan and Marcel Ramos 2021 I have modified my own version here for use in methyl master
methyl_master_assay( x, i = 1, withDimnames = TRUE, background = NA_integer_, sparse = FALSE )
x |
A ragged experiment object |
i |
Integer or character name of assay to be transformed |
withDimnames |
Whether to include the dimnames on the retunred matrix |
background |
A value for the returned matrix |
sparse |
Whether to return a sparse matrix or not |
sesame.idat.files.dir |
The input dir with the .idat files |
A reduced ReaggedExperiment assay object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.