# dagLogo
[![platforms](http://bioconductor.org/shields/availability/devel/dagLogo.svg)](http://bioconductor.org/packages/devel/bioc/html/dagLogo.html)
[![build](http://bioconductor.org/shields/build/devel/bioc/dagLogo.svg)](http://bioconductor.org/packages/devel/bioc/html/dagLogo.html)
Visualize significant conserved amino acid sequence pattern in groups based on probability theory.
## Installation
To install this package, start R and enter:
```r
library(BiocManager)
BiocManager::install("dagLogo")
```
## Documentation
To view documentation of dagLogo, start R and enter:
```r
browseVignettes("dagLogo")
```