Last data update: 2014.03.03

R: 3' enrichment score
enrichment_scoreR Documentation

3' enrichment score

Description

Calculates the cryptic score (3' enrichment score) using the 3'/5' ratio method as described in DeGennaro et al., 2013.

Usage

enrichment_score(geneCoverage)

Arguments

geneCoverage

object of type geneCoverage containing the coverage values for all samples.

Value

An object of class 'CrypticScore' with the following components:

geneAnnotation

An object of class annotationsSet containing the information on the gene.

crypticScore

Cryptic score obtained by comparing type2 data to type1 data

controls

A list containing the scores obtained by comparing replicates of each type of data

method

The method used.

Examples

data(yer109c)
enrichment_score (yer109c)

Results