expFromFiles | R Documentation |
This methods constructs an Experiment object from file names in a given directory.
expFromFiles(maindir = ".", pattern = ".fastq", samples = NULL, run = NULL, output = NULL, recursive = F)
maindir |
Character, the path to the main directory |
pattern |
Character or Character vector of length two. If a single character, a single-end experiment will be created otherwise the first element will be used to detected forward sequence files and the second element will be used to detect reverse sequence files. |
samples |
either |
run |
either |
output |
either |
recursive |
logical, should the listing recurse into directories? |
an Experiment object
formatSample()
, formatOutptut()
, and runFromHeader()
or runFromBasedir()
for sample, output, and run formatting.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.