BridgeRHalfLifeCalcModel3: Calculate RNA half-life from BRIC-seq data

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

View source: R/X5_estimate_fitting_decay_curve_3model.r

Description

Calculate RNA half-life from BRIC-seq data

Usage

1
BridgeRHalfLifeCalcModel3(filename = "BridgeR_4_Normalized_expression_dataset.txt", group, hour, InforColumn = 4, CutoffRelExp = 0.1, CutoffDataPoint = 3, OutputFile = "BridgeR_5B_HalfLife_calculation_3model.txt")

Arguments

filename

File path/name

group

Vector(string)

hour

Vector(number)

InforColumn

Integer

CutoffRelExp

Number(Integer or Float)

CutoffDataPoint

Integer

OutputFile

File path/name

Details

Calculate RNA half-life from BRIC-seq data

Value

text file

Note

2015-11-09

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
##---- 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 (filename = "BridgeR_4_Normalized_expression_dataset.txt", group, hour, InforColumn = 4, CutoffRelExp = 0.1, CutoffDataPoint = 3, OutputFile = "BridgeR_5B_HalfLife_calculation_3model.txt") 
{
}

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