Description Usage Arguments Details Value Author(s) See Also Examples
These functions are used to extract useful information of complex in
the form of psimi25Complex-class
object.
1 2 3 | 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>
1 2 3 4 5 6 7 8 9 | xmlDir <- system.file("/extdata/psi25files",package="RpsiXML")
intactComplexxml <- file.path(xmlDir,"intact_complexSample.xml.gz")
intactComplexSet <- parsePsimi25Complex(intactComplexxml, INTACT.PSIMI25)
complexSample <- complexes(intactComplexSet)[[2]]
complexName(complexSample)
attributesList(complexSample)
members(complexSample)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.