[.IdMapBase {IdMappingAnalysis}R Documentation

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

Description

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

Usage

## 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

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

[Package IdMappingAnalysis version 1.28.0 Index]