pfamINTERPRO2AC {PFAM} | R Documentation |
Mapping function from INTERPRO ID (INTERPRO) to the associated Accession number (AC)
pfamINTERPRO2AC(interpro=NULL)
interpro |
A character vector of INTERPRO ID or NULL (default) |
If interpro
is a vector of INTERPRO ID, pfamINTERPRO2AC will
return a list of associated Accession number for the given interpro
. If
interpro
is NULL, pfamINTERPRO2AC(interpro=NULL) (or pfamINTERPRO2AC())
will return a list of associated Accession number for all the INTERPRO ID in
the database.
Extra information: None
More Details: http://www.ebi.ac.uk/interpro/
A list of Accession number.
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: INTERPRO2AC <- pfamINTERPRO2AC() head(INTERPRO2AC) pfamINTERPRO2AC(interpro=sample(names(INTERPRO2AC), 3)) ## End(Not run)