pfamPROSITEPROFILE2AC {PFAM} | R Documentation |
Mapping function from PROSITE\_PROFILE ID (PROSITEPROFILE) to the associated Accession number (AC)
pfamPROSITEPROFILE2AC(prositeprofile=NULL)
prositeprofile |
A character vector of PROSITE\_PROFILE ID or NULL (default) |
If prositeprofile
is a vector of PROSITE\_PROFILE ID, pfamPROSITEPROFILE2AC will
return a list of associated Accession number for the given prositeprofile
. If
prositeprofile
is NULL, pfamPROSITEPROFILE2AC(prositeprofile=NULL) (or pfamPROSITEPROFILE2AC())
will return a list of associated Accession number for all the PROSITE\_PROFILE 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: PROSITEPROFILE2AC <- pfamPROSITEPROFILE2AC() head(PROSITEPROFILE2AC) pfamPROSITEPROFILE2AC(prositeprofile=sample(names(PROSITEPROFILE2AC), 3)) ## End(Not run)