load.sample: Load mass spec data from a 2-column space-delimited text file

View source: R/ms_load.R

load.sampleR Documentation

Load mass spec data from a 2-column space-delimited text file

Description

Load mass spec data from a 2-column space-delimited text file

Usage

load.sample(froot, name = "Sample", spots, fext = ".txt")

Arguments

froot

the file path to the directory containing the data, plus the part of the filename that stays the same

name

the name of the sample

spots

a vector of spot names - there *must* be three of these

fext

the file extension. Default is ".txt"

Examples

froot  <- "~/tmp/bioarch_keri/20160909_Keri13/20160909_Keri13_0_"
spots  <- c("G7","G10","G13")
name <- "C1"

bioarch-sjh/bacollite documentation built on Oct. 7, 2022, 3:34 p.m.