load_MACSQuant {MACSQuantifyR} | R Documentation |
Load xls file from maxQuant 96-well-plate device
load_MACSQuant(filepath,sheet_name= NULL,MACSQuant.obj= NULL)
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 |
An object called MACSQuant of class MACSQuant containing variable my_data that corresponds to the data of the excel file in R
filepath <- system.file("extdata", "SingleDrugs.xlsx", package = "MACSQuantifyR") # load_MACSQuant(filepath)