Description Usage Arguments Value Functions Slots Examples
A NanoMethResult object stores data used for NanoMethViz visualisation. It contains stores a path to the methylation data, sample information and optional exon information. The object is constructed using the NanoMethResult() constructor function described in "Usage".
1 2 3 4 5 6 7 8 9 10 |
methy |
the path to the methylation tabix file. |
samples |
the data.frame of sample annotation containg at least columns sample and group. |
exons |
(optional) the data.frame of exon information containing at least columns gene_id, chr, strand, start, end, transcript_id and symbol. |
object |
the NanoMethResult object. |
a NanoMethResult object to be used with plotting functions
the path to the methylation data.
the sample annotation.
the exon annotation.
NanoMethResult
: Constructor
methy,NanoMethResult-method
: methylation data path getter.
samples,NanoMethResult-method
: sample annotation getter.
exons,NanoMethResult-method
: exon annotation getter.
methy
the path to the methylation tabix file.
samples
the data.frame of sample annotation containg at least columns sample and group.
exons
the data.frame of exon information containing at least columns gene_id, chr, strand, start, end, transcript_id and symbol.
1 2 | x <- load_example_nanomethresult()
methy(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.