rData {MACSQuantifyR}R Documentation

accessor function to access raw data

Description

This function allows the user to access raw data table

Usage

rData(MACSQuant)

Arguments

MACSQuant

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

Value

the raw data table

Examples

filepath <- system.file("extdata", "SingleDrugs.xlsx",
    package = "MACSQuantifyR")
#MACSQuant = load_MACSQuant(filepath)

#rData(MACSQuant)

[Package MACSQuantifyR version 1.6.0 Index]