Learn R Programming

opentimsr (version 1.0.13)

length,OpenTIMS-method: Get the overall number of peaks.

Description

Get the overall number of peaks.

Usage

# S4 method for OpenTIMS
length(x)

Arguments

x

OpenTIMS data instance.

Examples

Run this code
# NOT RUN {
D = OpenTIMS('path/to/your/folder.d')
print(length(D))
# }

Run the code above in your browser using DataLab