The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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/.
AmyloGram can be used installed from CRAN as the R package:
install.packages("AmyloGram")
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")
::install_github("michbur/AmyloGram") devtools
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])
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.