Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

N-Gram Analysis of Biological Sequences

NotificationsYou must be signed in to change notification settings

michbur/biogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

442 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRAN_Status_BadgeDownloadsBuild Statuscodecov.io

biogram package

This package contains tools for extraction and analysis of variousn-grams (sequences of n items) derived from biological sequences (proteinsor 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 availableon CRAN, so installation is as simple as:

install.packages("biogram")

You can install the latest development version of the code using thedevtools 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, 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

About

N-Gram Analysis of Biological Sequences

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors5


[8]ページ先頭

©2009-2026 Movatter.jp