BridgeRCore: Default BRIC-seq data analysis pipeline

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

View source: R/Z0_BridgeR_core.r

Description

RNA half-life for each gene is calculated using 99-97.5 percentile normalization.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
BridgeRCore(InputFiles,
                        InforColumn=4,
                        group,
                        hour,
                        RPKMcutoff=0.1,
                        RelRPKMFig=F,
                        SelectNormFactor=T,
                        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

hour

Vector(number)

RPKMcutoff

Float

RelRPKMFig

Bool(True or False)

SelectNormFactor

Bool(True or False)

CutoffDataPointNumber

Integer

CutoffDataPoint1

Vector(Integer)

CutoffDataPoint2

Vector(Integer)

ThresholdHalfLife

Vector(Integer)

CutoffRelExp

Float

ModelMode

Mode

Details

RNA half-life for each gene is calculated Using 99-97.5 percentile normalization.

Value

text files and fig files

Note

2015-11-24

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
18
19
20
##---- 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,
                        InforColumn=4,
                        group,
                        hour,
                        RPKMcutoff=0.1,
                        RelRPKMFig=F,
                        SelectNormFactor=T,
                        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.