augment_annotation | R Documentation |
All UniProt accessions that match each amino acid sequence will be added to
the data.table
. Currently the data.table
only consists of the
highest scoring UniProt accession for each amino acid sequence. Additional
variables are also created from the current variables.
augment_annotation(x, fst_path, fst_name)
x |
A |
fst_path |
A character string specifying the path to the protein database (.fasta) file. |
fst_name |
A character string containing the name of the .fasta file. |
A data.table
with all protein accessions that match each amino
acid sequence, not just the highest scoring accession. The number of rows
in the output could be much larger than the number of rows in the input
because all accessions for each sequence are included.
Vlad Petyuk, Evan A Martin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.