setPath: sets custom output path

Description Usage Arguments Value Examples

View source: R/accessor_function_toolbox.R

Description

This function allows the user to set the output directory path

Usage

1

Arguments

MACSQuant

object of class MACSQuant resulting of the function load_maxQuant(). Contains the original data table

path

user defined path, default is tempd

Value

object of class MACSQuant with updated path

Examples

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)

MACSQuantifyR documentation built on Nov. 8, 2020, 5:08 p.m.