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