addPheno: Add phenotypic info to 'WaveTilingFeatureSet'

Description Usage Arguments Value Author(s) Examples

Description

Function to add phenotypic information such as sample names or group names to a WaveTilingFeatureSet-class object

Usage

1
addPheno(object, noGroups, groupNames, replics, ...)

Arguments

object

object of class WaveTilingFeatureSet

noGroups

Number of groups in the tiling array experiment

groupNames

Vector containing the group or sample names in the tiling array experiment. The vector length should be equal to the indicated number of groups.

replics

Numeric vector containing the number of replicates for each group. The vector length should be equal to the indicated number of groups.

...

other arguments

Value

object of class WaveTilingFeatureSet annotated with the phenotypic data

Author(s)

Kristof De Beuf <kristof.debeuf@ugent.be>

Examples

1
2
3
4
5
6
7
## Not run: 
  data(leafdev)
  leafdev <- as(leafdev,"WaveTilingFeatureSet")
  leafdev <- addPheno(leafdev,noGroups=6,groupNames=c("day8","day9","day10","day11","day12","day13"),replics=rep(3,6))
  leafdev

## End(Not run)

waveTiling documentation built on Oct. 31, 2019, 9:23 a.m.