BridgeRHalfLifecalc: Calculation of RNA half-life for each gene

Description Usage Arguments Details Value Note Author(s) References Examples

Description

Calculation of RNA half-life for each gene.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
BridgeRHalfLifeCalc(InputFiles = "BridgeR_4_Normalized_expression_dataset.txt", 
                                InforColumn = 4, 
                                group, 
                                hour,
                                CutoffDataPointNumber = 4,
                                CutoffDataPoint1 = c(1,2),
                                CutoffDataPoint2 = c(8,12),
                                ThresholdHalfLife = c(8,12),
                                CutoffRelExp=0.001,
                                ModelMode="R2_selection")

Arguments

InputFiles

Vector

InforColumn

Integer

group

Vector(string)

hour

Vector(number)

CutoffDataPointNumber

Integer

CutoffDataPoint1

Vector(Integer or float)

CutoffDataPoint2

Vector(Integer or float)

ThresholdHalfLife

Vector(Integer or float)

CutoffRelExp

Float

ModelMode

Bool(True or False)

Details

Calculation of RNA half-life for each gene.

Value

text files and fig files

Note

2015-11-25

Author(s)

Naoto Imamachi

References

https://github.com/Naoto-Imamachi/BRIC-seq_data_analysis/tree/master/BridgeR

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (InputFiles = "BridgeR_4_Normalized_expression_dataset.txt", 
                                InforColumn = 4, 
                                group, 
                                hour,
                                CutoffDataPointNumber = 4,
                                CutoffDataPoint1 = c(1,2),
                                CutoffDataPoint2 = c(8,12),
                                ThresholdHalfLife = c(8,12),
                                CutoffRelExp=0.001,
                                ModelMode="R2_selection") 
{
}

Naoto-Imamachi/BridgeR documentation built on May 7, 2019, 6:05 p.m.