BridgeRDraw: Draw fitting decay curve for BRIC-seq data

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

View source: R/Z7_Draw_fitting_curve.r

Description

Draw fitting decay curve for BRIC-seq data

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
BridgeRDraw(InputFile="BridgeR_5C_HalfLife_calculation_R2_selection.txt",
                        group,
                        hour,
                        ComparisonFile,
                        CutoffRelExp = 0,
                        CutoffDataPoint = 4,
                        InforColumn = 4,
                        GeneInfor = 2,
                        OutputDir = "BridgeRDraw_fig",
                        ModelMode = "R2_selection",
                        DrawMode = "Simple",
                        Color = c("black","red"))

Arguments

InputFile

File path/name

group

Vector(string)

hour

Vector(number)

ComparisonFile

Vector(string)

CutoffRelExp

Number(Integer or Float)

CutoffDataPoint

integer

InforColumn

Integer

GeneInfor

Integer

OutputDir

File path/directory name

ModelMode

String

DrawMode

String

Color

Vector(string)

Details

Draw fitting decay curve for BRIC-seq data

Value

fig files

Note

2015-11-26

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
##---- 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(InputFile="BridgeR_5C_HalfLife_calculation_R2_selection.txt",
                        group,
                        hour,
                        ComparisonFile,
                        CutoffRelExp = 0,
                        CutoffDataPoint = 4,
                        InforColumn = 4,
                        GeneInfor = 2,
                        OutputDir = "BridgeRDraw_fig",
                        ModelMode = "R2_selection",
                        DrawMode = "Simple",
                        Color = c("black","red"))
{
}

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