Description Usage Arguments Value Examples
Annotate gene name and symbol based on uniprot ids. It will
take the column from your data.frame specified by the columnid
argument,
search for the gene symbol, name, and entrez based on the species (species
argument) and merge the information back to the input data.frame
1 | artmsAnnotationUniprot(x, columnid, species, verbose = TRUE)
|
x |
(data.frame) to be annotated (or file path and name) |
columnid |
(char) The column with the uniprotkb ids |
species |
(char) The species name. Check |
verbose |
(logical) |
(data.frame) with two new columns: Gene
and Protein.name
1 2 3 4 5 6 | # This example adds annotations to the evidence file available in
# artMS, based on the column 'Proteins'.
evidence_anno <- artmsAnnotationUniprot(x = artms_data_ph_evidence,
columnid = 'Proteins',
species = 'human')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.