Learn R Programming

RnBeads (version 1.4.0)

rnb.run.example: rnb.run.example

Description

Executes the analysis pipeline for an example from the RnBeads web site.

Usage

rnb.run.example(index = 4L, dir.output = "example")

Arguments

index
Example to start. This must be one of 1, 2, 3 or 4.
dir.output
One-element character vector specifying the directory to contain the downloaded data files and generated reports. This must be a non-existent path, as this function attempts to create it.

Value

Invisibly, the loaded, normalized and/or possibly filtered dataset as an object of type inheriting RnBSet.

Details

For more information about the examples, please visit the dedicated page on the RnBeads web site.

See Also

rnb.run.analysis for starting the analysis pipeline from a local data source

Examples

Run this code

rnb.run.example()


Run the code above in your browser using DataLab