Bioconductor Code: motifStack (original) (raw)
# motifStack [\](https://doi.org/10.1038/nmeth.4555) [\](http://bioconductor.org/packages/devel/bioc/html/motifStack.html) [\](http://bioconductor.org/packages/devel/bioc/html/motifStack.html) Plot stacked logos for single or multiple DNA, RNA and amino acid sequence The motifStack package is designed for graphic representation of multiple motifs with different similarity scores. It works with both DNA/RNA sequence motif and amino acid sequence motif. In addition, it provides the flexibility for users to customize the graphic parameters such as the font type and symbol colors. ## Installation To install this package, start R and enter: ```r library(BiocManager) BiocManager::install("motifStack") ``` ## Documentation To view documentation of motifStack, start R and enter: ```r browseVignettes("motifStack") ```