sorted: accessor function to access sorted data

Description Usage Arguments Value Examples

View source: R/accessor_function_toolbox.R

Description

This function allows the user to access sorted 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)

#sorted(MACSQuant)

MACSQuantifyR documentation built on Nov. 8, 2020, 5:08 p.m.