readSDM {prada}R Documentation

Read an SDM file

Description

Read an SDM file: Data Output File for SDS, Version 2.1

Usage

  readSDM(files, withoutPath=TRUE)

Arguments

files Character vector of filenames
withoutPath logical - if TRUE, the path to the files is stripped from the filename column of the resulting data frame.

Details

This function reads the data given in the colums 'Detector','Sample' and 'Ct' of the specified SDM output files and stores them as a data.frame. An additional column including the respective filename is added.

Value

A data.frame

Author(s)

Markus Ruschhaupt mailto:m.ruschhaupt@dkfz.de

Examples

sampdat <- readSDM(system.file("extdata", "Experiment1.txt", package="prada"))
sampdat[1:5,]

[Package prada version 1.6.3 Index]