[.IdMapBase {IdMappingAnalysis} | R Documentation |
Access the elements of a data frame encapsulated within the given IdMapBase object using indexation.
## S3 method for class 'IdMapBase' this[...]
... |
Indexes of elements of a |
Elements of a data.frame
encapsulated within the given object
Alex Lisovich, Roger Day
For more information see IdMapBase
.
obj<-IdMapBase(examples$msmsExperimentSet); obj[5:10,2:6];