BridgeRHalfSDGrubbsTest: Calculate RNA half-life SD

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

View source: R/HalfLife_grubbs_Pvalue.R

Description

Calculate RNA half-life SD

Usage

1
2
3
4
5
6
7
8
BridgeRHalfSDGrubbsTest(HalfLifeFile = "HalfLife_RPKM_mean_SD.txt",
                                    HalfLifeCompFile = "BridgeR_6_HalfLife_Pvalue_estimation_PUM2_study.txt",
                                    hour = c(0,1,2,4,8,12),
                                    InforColumn = 4,
                                    CompFile = 2,
                                    CompName = "siPUM2_PUM2_study",
                                    NormNames = c("siStealth_PUM1_study","siCTRL_PUM2_study","siCTRL_PUM1_2_study"),
                                    OutputFile = "HalfLife_Grubbs_test.txt")

Arguments

HalfLifeFile

File path/name

HalfLifeCompFile

File path/name

hour

Vector(number)

InforColumn

Integer

CompFile

integer

CompName

string

NormNames

Vector(string)

OutputFile

File path/name

Details

Calculate RNA half-life SD

Value

text file

Note

2015-12-01

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.

## The function is currently defined as
function (HalfLifeFile = "HalfLife_RPKM_mean_SD.txt",
                                    HalfLifeCompFile = "BridgeR_6_HalfLife_Pvalue_estimation_PUM2_study.txt",
                                    hour = c(0,1,2,4,8,12),
                                    InforColumn = 4,
                                    CompFile = 2,
                                    CompName = "siPUM2_PUM2_study",
                                    NormNames = c("siStealth_PUM1_study","siCTRL_PUM2_study","siCTRL_PUM1_2_study"),
                                    OutputFile = "HalfLife_Grubbs_test.txt")
{
}

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