View source: R/annotate_data.R
annotate_data | R Documentation |
Add peptide/protein annotation to data file.
annotate_data( data, annotations = NULL, metadata_path = NULL, fields = c("pep_id", "pos_start", "pos_end", "UniProt_acc", "pep_aa", "taxon_genus", "taxon_species", "gene_symbol", "product"), pep_fields = c("pep_id", "pos_start", "pos_end", "pep_aa"), parallel = FALSE )
data |
Phiplist of unannotated edata. |
annotations |
Phiplist of annotation files. Don't use with metadata_path param. |
metadata_path |
Metadata directory. Don't use with annotations param. |
fields |
What information to populate from annotation file. |
parallel |
Logical whether or not to use future and future.apply to parallelize individual library computations. |
libname |
Library name contained in data. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.