pfamRM2AC {PFAM} | R Documentation |
Mapping function from Reference Medline (RM) to the associated Accession number (AC)
pfamRM2AC(rm=NULL)
rm |
A character vector of Reference Medline or NULL (default) |
If rm
is a vector of Reference Medline, pfamRM2AC will
return a list of associated Accession number for the given rm
. If
rm
is NULL, pfamRM2AC(rm=NULL) (or pfamRM2AC())
will return a list of associated Accession number for all the Reference Medline in
the database.
Extra information: None
More Details: Reference Medline (http://www.ncbi.nlm.nih.gov/PubMed/)
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: RM2AC <- pfamRM2AC() head(RM2AC) pfamRM2AC(rm=sample(names(RM2AC), 3)) ## End(Not run)