as.ChromatinAssay | R Documentation |
Convert objects to a ChromatinAssay
as.ChromatinAssay(x, ...)
## S3 method for class 'Assay'
as.ChromatinAssay(
x,
ranges = NULL,
seqinfo = NULL,
annotation = NULL,
motifs = NULL,
fragments = NULL,
bias = NULL,
positionEnrichment = NULL,
sep = c("-", "-"),
...
)
x |
An object to convert to class |
... |
Arguments passed to other methods |
ranges |
A GRanges object |
seqinfo |
A |
annotation |
Genomic annotation |
motifs |
A |
fragments |
A list of |
bias |
Tn5 integration bias matrix |
positionEnrichment |
A named list of position enrichment matrices. |
sep |
Characters used to separate the chromosome, start, and end coordinates in the row names of the data matrix |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.