get_AMPs {AmpGram} | R Documentation |
Function gets sequences recognized as antimicrobial peptides and returns as data.frame.
get_AMPs(x)
x |
AmpGram predictions for a single protein |
a data.frame with sequences recognized as antimicrobial peptides (AMPs). It consists of two columns:
amino acid sequence of a 10-mer (subsequence of an analyzed peptide) predicted as AMP.
Probability with which a 10-mer is recognized as AMP.
data(AmpGram_predictions)
get_AMPs(AmpGram_predictions[[2]])