get_five_prime_flank_motif | R Documentation |
given an object of GenomicRanges
the function generates a seqlogo
of the region flanked around five prime end.
get_five_prime_flank_motif(
x,
y = BSgenome.Hsapiens.UCSC.hg38::BSgenome.Hsapiens.UCSC.hg38,
extend = 30
)
x |
an object of the class GenomicRanges |
y |
an object of class BSgenome, default |
extend |
an integer, default 30, denoting number of basepairs to extend from five prime end of the range. |
a list containing ggseqlogo and sequences used to generate the logo.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.