setPath {MACSQuantifyR} | R Documentation |
This function allows the user to set the output directory path
setPath(MACSQuant,path=NULL)
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
filepath <- system.file("extdata", "SingleDrugs.xlsx", package = "MACSQuantifyR") #MACSQuant = load_MACSQuant(filepath) user_path="." #MACSQuant = setPath(MACSQuant,path=user_path)