Description Usage Arguments Value Examples
View source: R/load_MACSQuant.R
Load xls file from maxQuant 96-well-plate device
1 | 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
1 2 3 | filepath <- system.file("extdata", "SingleDrugs.xlsx",
package = "MACSQuantifyR")
# load_MACSQuant(filepath)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.