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

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

View source: R/Z0_BridgeR_core.r

Description

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

Usage

1
2
3
4
5
6
BridgeRCompareFig(InputFile="BridgeR_6_HalfLife_Pvalue_estimation.txt",
                              InforColumn = 4,
                              group, 
                              hour, 
                              ComparisonFile,
                              ModelMode="R2_selection")

Arguments

InputFile

File path/name

InforColumn

Integer

group

Vector(string)

hour

Vector(number)

ComparisonFile

Vector(string)

ModelMode

Mode

Details

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

Value

fig file

Note

2015-11-25

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
##---- 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_6_HalfLife_Pvalue_estimation.txt",
                              InforColumn = 4,
                              group, 
                              hour, 
                              ComparisonFile,
                              ModelMode="R2_selection")
{
}

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