SingleEndSamples-class | R Documentation |
This class represent a standard single-end experiment.
In addition to the Experiment
class it provides a vector of file paths and a list of
output paths. They can both be used in the context
of other methods such as by_sample()
, for
sample wise computation and by_run()
for run wise
computation.
Instances of this class should be created using the
getSingleEndFromFilename()
function.
a single end experiment
files
the paths to sequence files
output
the paths to output file
getSingleEndFromFilename()
, for class
creation and by_sample()
and by_run()
for
computation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.