create_peptide_annotation {proBatch} | R Documentation |
Prepare peptide annotation from long format data frame
Create light-weight peptide annotation data frame for selection of illustrative proteins
create_peptide_annotation(df_long, feature_id_col = "peptide_group_label", annotation_col = c("ProteinName"))
df_long |
data frame where each row is a single feature in a single
sample. It minimally has a |
feature_id_col |
name of the column with feature/gene/peptide/protein
ID used in the long format representation |
annotation_col |
one or more columns contatining protein ID |
data frame containing petpide annotations
plot_peptides_of_one_protein
,
plot_protein_corrplot
generated_peptide_annotation <- create_peptide_annotation( example_proteome, feature_id_col = "peptide_group_label", annotation_col = c("ProteinName" ))