Learn R Programming

timsr (version 0.0.3)

TimsR: Get TimsR data accessor.

Description

Get TimsR data accessor.

Usage

TimsR(path.d)

Arguments

path.d

Path to the TimsTOF '*.d' folder containing the data (requires the folder to contain only 'analysis.tdf' and 'analysis.tdf_bin').

Value

instance of TimsR class that represents raw data

Examples

Run this code
# NOT RUN {
D = TimsR(path_to_.d_folder)
D[1] # First frame.
# }

Run the code above in your browser using DataLab