createExperiment-function: Function to create an Experiment

Description Usage Arguments Value Examples

Description

This function allows to create an Experiment object, with a name and a locus list. The locus list is a .txt file, so you have to do a "read.table" of your file into a variable and put this variable as the "locus" parameter in the constructor.

Usage

1

Arguments

name

The name of the Experiment

locus

The Table of locus

Value

An Experiment

Examples

1
2
3
locusListExample <- data.frame(ch = c("0"),st = c("0"),end = c("0"))

createExperiment("example",locusListExample)

Lagaillette/RRicePackage documentation built on May 29, 2019, 2:04 p.m.