This package contains tools for extraction and analysis of various n-grams (sequences of n items) derived from biological sequences (proteins or nucleic acids). To deal with the curse of dimensionality of the n-grams, biogram uses Quick Permutation Test (QuiPT) for fast feature filtering.
biogram is available on CRAN, so installation is as simple as:
install.packages("biogram")
You can install the latest development version of the code using the devtools
R package.
# Install devtools, if you haven't already.
install.packages("devtools")
library(devtools)
install_github("michbur/biogram")
For citation type:
or use: Michal Burdukiewicz, Piotr Sobczyk, Chris Lauber, Dominik Rafacz and Katarzyna Sidorczuk (2020). biogram: N-Gram Analysis of Biological Sequences. R package version 1.6.3. https://cran.r-project.org/package=biogram
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4