extract_raws: Extracts RAW MS file names

View source: R/psmtable.R

extract_rawsR Documentation

Extracts RAW MS file names

Description

Extract a list of RAW file names that can be passed to metadata file of expt_smry.xlsx and/or frac_smry.xlsx

Usage

extract_raws(raw_dir = NULL, dat_dir = NULL)

Arguments

raw_dir

A character string to the directory of MS data.

dat_dir

A character string to the working directory. The default is to match the value under the global environment.

Examples

## Not run: 
# Supposed that RAW MS files are stored under "~/my_raw"
extract_raws("~/my_raw")

## End(Not run)


qzhang503/proteoQ documentation built on March 16, 2024, 5:27 a.m.