pfamAC2INTERPRO {PFAM} | R Documentation |
Mapping function from Accession number (AC) to the associated INTERPRO ID (INTERPRO)
pfamAC2INTERPRO(ac=NULL)
ac |
A character vector of Accession number or NULL (default) |
If ac
is a vector of Accession number, pfamAC2INTERPRO will
return a list of associated INTERPRO ID for the given ac
. If
ac
is NULL, pfamAC2INTERPRO(ac=NULL) (or pfamAC2INTERPRO())
will return a list of associated INTERPRO ID for all the Accession number in
the database.
Extra information: None
More Details: http://www.ebi.ac.uk/interpro/
A list of INTERPRO ID.
Ting-Yuan Liu
http://www.sanger.ac.uk/Software/Pfam/ and ftp://ftp.sanger.ac.uk/pub/databases/Pfam/current_release/userman.txt
## Not run: AC2INTERPRO <- pfamAC2INTERPRO() head(AC2INTERPRO) pfamAC2INTERPRO(ac=sample(names(AC2INTERPRO), 3)) ## End(Not run)