getReportSeqsByTag: Read in data and select by tag Helper function for reading in...

Description Usage Arguments Value

Description

Read in data and select by tag Helper function for reading in data. Given a report file name, reads in the data and selects rows based on the sequenceTags column.

Usage

1
getReportSeqsByTag(file_names, directory = "", tag = "Dx")

Arguments

file_names

A vector of file names

directory

Optional directory location of file

tag

The tag to select (by exact string matching the field); if 'all' return all data.

Value

A data.table of the report. If more than one file was named, the reports are combined.


AdaptiveCompBio/EOS documentation built on May 26, 2019, 6:37 a.m.