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 Motif object |
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 |
ChromatinAssay
print("see https://satijalab.org/signac/reference/as.chromatinassay")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.