taxId {RpsiXML} | R Documentation |
Returns the taxonomy ID of the object
taxId(x)
x |
An object of psimi25InteractionEntry-class or psimi25Complex-class |
A character string of taxIDs
Jitao David Zhang <j.zhang@dkfz.de>, Tony Chiang <tchiang@ebi.ac.uk>
PSI-MI 2.5 XML data exchange format, http://www.psidev.info/index.php?q=node/60
S4CLASSpsimi25InteractionEntry-class
xmlDir <- system.file("/extdata/psi25files",package="RpsiXML") hprdxml <- file.path(xmlDir, "hprd_200709_test.xml") hprdSet <- parsePsimi25Interaction(hprdxml, HPRD.PSIMI25) taxId(hprdSet)