releaseDate {RpsiXML} | R Documentation |
The function returns the release date of the
psimi25InteractionEntry-class
object, which can serve as
a proxy for versioning
releaseDate(x)
x |
An object of psimi25InteractionEntry-class |
A character string indicating the release date
Jitao David Zhang <j.zhang@dkfz.de>, Tony Chiang <tchiang@ebi.ac.uk>
xmlDir <- system.file("/extdata/psi25files",package="RpsiXML") gridxml <- file.path(xmlDir, "biogrid_200804_test.xml") gridSet <- parsePsimi25Interaction(gridxml, BIOGRID.PSIMI25) gridRD <- releaseDate(gridSet)