Description Usage Format Value See Also
human_obj <- create_region_object(human_met, human_region)
1 |
A list
object containing the two elements:
met
: A list containing methylation region data, where each entry in
the list is an L_{i} X D dimensional matrix, where L_{i}
denotes the number of CpGs found in region i
. The columns contain
the following information:
1st column: Contains the locations of CpGs relative to centre. Note that the actual locations are scaled to the [-1,1] region.
2nd column: Contains the total number of reads at each CpG location.
3rd column: Contains the methylated reads at each CpG location.
. Rownames of each matrix contain the actual CpG genomic coordinates as <chr>:<location>.
anno
: The annotation
object.
Note: The lengths of met
and anno
should match.
region_object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.