circExperiment-class: S4 class for representing an experiment consisting of...

Description Value Slots Examples

Description

S4 class for representing an experiment consisting of multiple samples (i.e. circSample objects).

Value

circExperiment-object

Slots

path

character Path to the directory containing output from the STAR aligner.

samples

list A list of circSamples.

name

character A free text field holding the name of the experiment.

Examples

1
2
3
4
circExperiment(
    path = "path_to_data",
    name = "TEST experiment"
)

KasperThystrup/circulaR documentation built on March 14, 2021, 12:44 p.m.