rData: accessor function to access raw data

Description Usage Arguments Value Examples

View source: R/accessor_function_toolbox.R

Description

This function allows the user to access raw data table

Usage

1

Arguments

MACSQuant

object of class MACSQuant resulting of the function load_maxQuant(). Contains the original data table

Value

the raw data table

Examples

1
2
3
4
5
filepath <- system.file("extdata", "SingleDrugs.xlsx",
    package = "MACSQuantifyR")
#MACSQuant = load_MACSQuant(filepath)

#rData(MACSQuant)

Peyronlab/MACSQuantifyR documentation built on April 4, 2020, 11:24 a.m.