powered by
Function gets sequences recognized as antimicrobial peptides and returns as data.frame.
get_AMPs(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.
# NOT RUN { data(AmpGram_predictions) get_AMPs(AmpGram_predictions[[2]]) # }
Run the code above in your browser using DataLab