Learn R Programming

opentimsr (version 1.0.13)

peaks_per_frame_cnts: Get the number of peaks per frame.

Description

Get the number of peaks per frame.

Usage

peaks_per_frame_cnts(opentims)

Arguments

opentims

Instance of OpenTIMS.

Value

Number of peaks in each frame.

Examples

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

Run the code above in your browser using DataLab