000-LB-.IdMapBase: Access the elements of a data frame encapsulated within the...

Description Usage Arguments Value Author(s) See Also Examples

Description

Access the elements of a data frame encapsulated within the given IdMapBase object using indexation.

Usage

1
2
## S3 method for class 'IdMapBase'
this[...]

Arguments

...

Indexes of elements of a data.frame encapsulated within the given object

Value

Elements of a data.frame encapsulated within the given object

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see IdMapBase.

Examples

1
2
3
 obj<-IdMapBase(examples$msmsExperimentSet);
 obj[5:10,2:6];
 

IdMappingAnalysis documentation built on Oct. 31, 2019, 3:30 a.m.