pfamAC2MEROPS {PFAM} | R Documentation |
Mapping function from Accession number (AC) to the associated MEROPS ID (MEROPS)
pfamAC2MEROPS(ac=NULL)
ac |
A character vector of Accession number or NULL (default) |
If ac
is a vector of Accession number, pfamAC2MEROPS will
return a list of associated MEROPS ID for the given ac
. If
ac
is NULL, pfamAC2MEROPS(ac=NULL) (or pfamAC2MEROPS())
will return a list of associated MEROPS ID for all the Accession number in
the database.
Extra information: None
More Details: The MEROPS database (http://merops.sanger.ac.uk/) is an information resource for peptidases (also termed proteases, proteinases and proteolytic enzymes) and the proteins that inhibit them. Reference: Rawlings, N.D., Tolle, D.P. & Barrett, A.J. (2004) MEROPS: the peptidase database. Nucleic Acids Res. 32 Database issue, D160-D164
A list of MEROPS 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: AC2MEROPS <- pfamAC2MEROPS() head(AC2MEROPS) pfamAC2MEROPS(ac=sample(names(AC2MEROPS), 3)) ## End(Not run)