BridgeRHalfLifeComparison: Draw scattered plot to compare RNA half-life between two...

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

View source: R/Z6_decay_rate_infor.r

Description

Draw scattered plot to compare RNA half-life between two conditions.

Usage

1
2
3
4
5
6
7
8
9
BridgeRHalfLifeComparison(filename = "BridgeR_5C_HalfLife_calculation_R2_selection.txt", 
                          group, 
                          hour, 
                          ComparisonFile, 
                          InforColumn = 4, 
                          LogScale = F, 
                          Calibration=F, 
                          OutputFig = "BridgeR_7_HalfLife_Comparison_ScatteredPlot", 
                          ModelMode = "R2_selection")

Arguments

filename

File path/name

group

Vector(string)

hour

Vector(number)

ComparisonFile

Vector(string)

InforColumn

Integer

LogScale

Bool(True or False)

Calibration

Bool(True or False)

OutputFig

File path/name

ModelMode

Mode

Details

Draw scattered plot to compare RNA half-life between two conditions.

Value

fig file

Note

2015-11-05

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
21
22
23
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.
#inputfile <- "BridgeR_5_HalfLife_calculation.txt"
#outputfig <- "BridgeR_5_HalfLife_Comparison_ScatteredPlot"
#group <- c("Control","knockdown1","knockdown2")
#hour <- c(0,1,2,4,8,12)
#compfile <- c("Control","Knockdown1")

#BridgeRHalfLifeComparison(filename=inputfile, group=group, hour=hour, ComparisonFile=compfile, OutputFig=outputfig)

## The function is currently defined as
function (filename = "BridgeR_5C_HalfLife_calculation_R2_selection.txt", 
                          group, 
                          hour, 
                          ComparisonFile, 
                          InforColumn = 4, 
                          LogScale = F, 
                          Calibration=F, 
                          OutputFig = "BridgeR_7_HalfLife_Comparison_ScatteredPlot", 
                          ModelMode = "R2_selection") 
{
}

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