[[.GmtList {BioQC} | R Documentation |
Subsetting GmtList object to fetch one gene-set
## S3 method for class 'GmtList' x[[i]]
x |
A GmtList object |
i |
The index to subset |
myGmtList <- GmtList(list(gs1=letters[1:3], gs2=letters[3:4], gs3=letters[4:5])) myGmtList[[1]]