Description Usage Arguments Value Source See Also Examples
The objective of gene ontology (GO) is to provide controlled vocabularies for the description of the biological process, molecular function, and cellular component of gene products. This function maps existing PFAM accessions to corresponding GO terms.
1 | pfam2go(data_pfam, pfam)
|
data_pfam |
a data frame containing a column with PFAM accessions |
pfam |
a string defining the column name where the PFAM accessions are stored. Defaults to "acc" as per output of get_hmm function. |
A merged data frame with columns as provided in data_pfam argument and additional columns:
Character, PFAM family accession.
Character, PFAM family name.
Character, GO term name.
Character, GO term accession.
http://geneontology.org/external2go/pfam2go
ftp://ftp.geneontology.org/pub/go/external2go/pfam2go
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.