Learn R Programming

IdMappingAnalysis (version 1.16.0)

[.IdMapBase: 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

"["(this, ...)

Arguments

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

Value

data.frame encapsulated within the given object

See Also

For more information see IdMapBase.

Examples

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

Run the code above in your browser using DataLab