pred2df {CancerGram} | R Documentation |
Convert predictions to data.frame Return predictions as data.frame
pred2df(x)
x |
results of prediction as produced by |
a data.frame with two columns and number of rows corresponding to the number of peptides/proteins in the results of prediction. Columns contain following information:
Name of an analyzed sequence.
Probability that a protein/peptide possesses anticancer activity.
Probability that a protein/peptide possesses antimicrobial activity.
Probability that a protein/peptide do not possesses anticancer or antimicrobial activity.
Result of the prediction.
data(CancerGram_predictions)
pred2df(CancerGram_predictions)