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