Description Usage Arguments Details Value Examples
View source: R/find_input_files.R
find.input.files
scans a given directory for structured
output from a lab telomere experiment and organizes them
by experiment, control pairs.
1 | find.input.files(path, telo.tag = "Telo", control.tag = "36B4")
|
path |
Character vector describing path to input file directory |
telo.tag |
Character vector describing file tag for experimental condition |
control.tag |
Character vector describing file tag for control condition |
This function aggregates filenames and performs mild error checking on the existence of expected pairs of filenames. It will ignore any file present in the specified directory that does not match the expected general filename format. Paths should be specified using the R convention of "/" as the delimiter between directories (as opposed to the Windows convention of "\"). This function should not be called directly by the end user.
list of pairs of (telomere, control) files
1 | find.input.files("/path/to/Data/Exports")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.