sub-TimsR-ANY-ANY-method: Get some frames of data.

Description Usage Arguments Value Examples

Description

Get some frames of data.

Usage

1
2
## S4 method for signature 'TimsR,ANY,ANY'
x[i]

Arguments

x

OpenTIMS data instance.

i

An array of nonzero indices to extract.

Value

data.table

Examples

1
2
3
4
5
6
## Not run: 
D = TimsR('path/to/your/folder.d')
print(head(D[10]))
print(head(D[10:100]))

## End(Not run)

timsr documentation built on May 12, 2021, 1:08 a.m.