Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

published in: Scientific Reports CRAN_Status_Badge Downloads Build Status

AmyloGram

Predict amyloid proteins

AmyloGram predicts amyloid proteins using n-gram encoding and random forests. It can be also accessed as a web-based service http://www.smorfland.uni.wroc.pl/shiny/AmyloGram/.

Local instance of AmyloGram

AmyloGram can be used installed from CRAN as the R package:

install.packages("AmyloGram")

You can install the latest development version of the package:

source("https://raw.githubusercontent.com/r-lib/remotes/master/install-github.R")$value("michbur/AmyloGram")

After installation GUI can be accessed locally:

library(AmyloGram)
AmyloGram_gui()

Predictions might be also made in the batch mode:

data(AmyloGram_model)
data(pep424)
predict(AmyloGram_model, pep424[1L:20])
You can’t perform that action at this time.