getDirectory: get the files directory of a ptrSet

View source: R/SetMethods.R

getDirectoryR Documentation

get the files directory of a ptrSet

Description

get the files directory of a ptrSet

Usage

getDirectory(ptrSet)

Arguments

ptrSet

ptrSet object

Value

the directory in absolute path as character

Examples

library(ptairData)
dirRaw <- system.file("extdata/exhaledAir", package = "ptairData")
exhaledPtrset <- createPtrSet(dir=dirRaw, setName="exhaledPtrset", 
mzCalibRef = c(21.022, 60.0525), fracMaxTIC = 0.7, saveDir = NULL )
getDirectory(exhaledPtrset )

camilleroquencourt/ptairMS documentation built on June 9, 2024, 10:35 a.m.