setPath {MACSQuantifyR}R Documentation

sets custom output path

Description

This function allows the user to set the output directory path

Usage

setPath(MACSQuant,path=NULL)

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

filepath <- system.file("extdata", "SingleDrugs.xlsx",
    package = "MACSQuantifyR")
#MACSQuant = load_MACSQuant(filepath)
user_path="."
#MACSQuant = setPath(MACSQuant,path=user_path)

[Package MACSQuantifyR version 1.6.0 Index]