BridgeRHalfLifeCalibration: Calibrate RNA half-life.

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

View source: R/Z8_halflife_calibration.R

Description

Calibrate RNA half-life.

Usage

1
2
3
4
5
6
BridgeRHalfLifeCalibration(InputFile = "BridgeR_5B_HalfLife_calculation_3model.txt", 
                                       group, 
                                       hour, 
                                       ComparisonFile, 
                                       InforColumn = 4, 
                                       OutputFile = "BridgeR_6_Calibrated_HalfLife_calculation_3model.txt")

Arguments

InputFile

File path/name

group

Vector(string)

hour

Vector(number)

ComparisonFile

Vector(string)

InforColumn

Integer

OutputFile

File path/name

Details

Calibrate RNA half-life.

Value

fig file

Note

2015-11-06

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
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

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

## The function is currently defined as
function(InputFile = "BridgeR_5B_HalfLife_calculation_3model.txt", 
                                       group, 
                                       hour, 
                                       ComparisonFile, 
                                       InforColumn = 4, 
                                       OutputFile = "BridgeR_6_Calibrated_HalfLife_calculation_3model.txt")
{
}

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