organismName {RpsiXML} | R Documentation |
Returns the organism name(s) of the psimi25InteractionEntry
organismName(x)
x |
An object of psimi25InteractionEntry-class |
A vector of character strings representing the organism names of the proteins
Jitao David Zhang <j.zhang@dkfz.de>, Tony Chiang <tchiang@ebi.ac.uk>
xmlDir <- system.file("/extdata/psi25files",package="RpsiXML") hprdxml <- file.path(xmlDir, "hprd_200709_test.xml") hprdSet <- parsePsimi25Interaction(hprdxml, HPRD.PSIMI25) organismName(hprdSet)