getVarGrams | R Documentation |
getVarGrams returns a vector of grams given an abbreviation.
getVarGrams(grams)
grams |
a character string (e.g., V1, v1, MOUSE, mouse, mm10, mm) or a string vector. V1 means AATAAA and its variants; MOUSE means hexamers of polyA signals in mouse. Mouse signals are obtained from https://polyasite.unibas.ch/atlas#2, which reside in a region of 60 nt upstream to 10 nt downstream of one of the poly(A) sites of a cluster. |
This function is used to get common grams.
A vector of grams.
Other APA signal functions:
annotateByPAS()
,
faFromPACds()
,
kcount()
,
plotATCGforFAfile()
,
plotSeqLogo()
## get AATAAA and its variants
getVarGrams('v1')
## get mouse hexamers
getVarGrams('mm')
## not doing anything
getVarGrams(c('AATAAA','AATT'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.