Learn R Programming

timsr (version 0.0.3)

peaks_per_frame_cnts: Get the number of peaks per frame.

Description

Get the number of peaks per frame.

Usage

peaks_per_frame_cnts(timsr)

Arguments

timsr

Instance of TimsR.

Value

Number of peaks in each frame.

Examples

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

Run the code above in your browser using DataLab