Learn R Programming

timsr (version 0.0.3)

MS1: Get MS1 frame numbers.

Description

Get MS1 frame numbers.

Usage

MS1(timsr)

Arguments

timsr

Instance of TimsR

Value

Numbers of frames corresponding to MS1, i.e. precursor ions.

Examples

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

Run the code above in your browser using DataLab