load_MACSQuant: Load xls file from maxQuant 96-well-plate device

Description Usage Arguments Value Examples

View source: R/load_MACSQuant.R

Description

Load xls file from maxQuant 96-well-plate device

Usage

1
load_MACSQuant(filepath,sheet_name= NULL,MACSQuant.obj= NULL)

Arguments

filepath

path of the excel file

sheet_name

Name of the sheet to load (optional, first sheet is default)

MACSQuant.obj

object of class MACSQuant

Value

An object called MACSQuant of class MACSQuant containing variable my_data that corresponds to the data of the excel file in R

Examples

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

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