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