complexName: Accessor functions for complex

Description Usage Arguments Details Value Author(s) See Also Examples

Description

These functions are used to extract useful information of complex in the form of psimi25Complex-class object.

Usage

1
2
3

Arguments

x

An object of psimi25Complex-class

...

Not implemented yet

Details

See examples

Value

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 psimi25Attribute objects, recording the attribute name, name accession and value.

Author(s)

Jitao David Zhang <jitao_david.zhang@roche.com>, Tony Chiang <tchiang@ebi.ac.uk>

See Also

psimi25Complex-class

Examples

1
2
3
4
5
6
7
8
9
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)

RpsiXML documentation built on Nov. 8, 2020, 6:02 p.m.