Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ biogram Public

❗ This is a read-only mirror of the CRAN R package repository. biogram — N-Gram Analysis of Biological Sequences. Homepage: https://github.com/michbur/biogram Report bugs for this package: https://github.com/michbur/biogram/issues

Notifications You must be signed in to change notification settings

cran/biogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRAN_Status_Badge Downloads Build Status codecov.io

biogram package

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.

Installation

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:

citation("biogram")

or use: Michal Burdukiewicz, Piotr Sobczyk and Chris Lauber (2016). biogram: N-Gram Analysis of Biological Sequences. R package version 1.3. https://cran.r-project.org/package=biogram

About

❗ This is a read-only mirror of the CRAN R package repository. biogram — N-Gram Analysis of Biological Sequences. Homepage: https://github.com/michbur/biogram Report bugs for this package: https://github.com/michbur/biogram/issues

Resources

Stars

Watchers

Forks

Packages

No packages published