peaks_per_frame_cnts: Get the number of peaks per frame.

Description Usage Arguments Value Examples

View source: R/timsr.R

Description

Get the number of peaks per frame.

Usage

1

Arguments

timsr

Instance of TimsR.

Value

Number of peaks in each frame.

Examples

1
2
3
4
5
## Not run: 
D = TimsR('path/to/your/folder.d')
print(peaks_per_frame_cnts(D)) 

## End(Not run)

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