| plotSeqLogo | R Documentation |
plotSeqLogo plots seqlogo for poly(A) signals by utilizing the motifStack package.
plotSeqLogo(pas)
pas |
a vector of k-grams, normally from annotateByPAS(). |
A plot of seqlogo.
Other APA signal functions:
annotateByPAS(),
faFromPACds(),
getVarGrams(),
kcount(),
plotATCGforFAfile()
data(PACds)
library("BSgenome.Oryza.ENSEMBL.IRGSP1")
bsgenome <- BSgenome.Oryza.ENSEMBL.IRGSP1
PACdsPAS=annotateByPAS(PACds, bsgenome, grams='V1',
from=-50, to=-1, label=NULL)
pas=PACdsPAS@anno$V1_gram[!is.na(PACdsPAS@anno$V1_gram)]
plotSeqLogo(pas)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.