Description Usage Arguments Value Examples
View source: R/accessor_function_toolbox.R
This function allows the user to access sorted data table
1 |
MACSQuant |
object of class MACSQuant resulting of the function load_maxQuant(). Contains the original data table |
the raw data table
1 2 3 4 5 | filepath <- system.file("extdata", "SingleDrugs.xlsx",
package = "MACSQuantifyR")
#MACSQuant = load_MACSQuant(filepath)
#sorted(MACSQuant)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.