complexName {RpsiXML} | R Documentation |
These functions are used to extract useful information of complex in
the form of psimi25Complex-class
object.
complexName(x,...) members(x) attributesList(x)
x |
An object of |
... |
Not implemented yet |
See examples
complexName |
Returns the name of the complex in characters |
members |
A data frame of protein members building the complex and their information |
attributesList |
A list of |
Jitao David Zhang <jitao_david.zhang@roche.com>, Tony Chiang <tchiang@ebi.ac.uk>
xmlDir <- system.file("/extdata/psi25files",package="RpsiXML") intactComplexxml <- file.path(xmlDir,"intact_complexSample.xml") intactComplexSet <- parsePsimi25Complex(intactComplexxml, INTACT.PSIMI25) complexSample <- complexes(intactComplexSet)[[2]] complexName(complexSample) attributesList(complexSample) members(complexSample)