Description Usage Arguments Value
Reports the location of the SHM motifs within the GenomicRange (gr) object.
1 | get_shm_motifs(gr, bs.genome)
|
gr |
GenomicRanges object. There needs to be a id column in the metadata. So that the motifs can be associated with the original GenomicRange. |
BS.genome |
This a Biostring-based genome object. (BSgenome from Bioconductor). For instance, library("BSgenome.Hsapiens.UCSC.hg19") can be used. |
A list of IRanges objects with the names being RGYW and WRCY. Each value is an IRanges object containing the relatives coordinates of the motifs with respect to the original GenomicRange.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.