Package for boosting machine learning models for function/family recognition using protein structures.
install.packages('devtools')
devtools::install_github('ShaoxunLiu/proteinStructureBoost')
library(proteinStructureBoost)
List of pdb ids for positive and nagative labels.
fM <- featureMatrix(postive, negative)
model <- adaboostTrain(fM)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.