Description Usage Arguments Details Value Note Author(s) References Examples
View source: R/Z0_BridgeR_core.r
Comparison of two BRIC-seq datasets
1 2 3 4 5 6 7 8 | BridgeRCompare(InputFile="BridgeR_5C_HalfLife_calculation_R2_selection.txt",
InforColumn = 4,
group,
hour,
ComparisonFile,
CutoffDataPointNumber = 4,
ModelMode="R2_selection",
Calibration=F)
|
InputFile |
Your RPKM value data |
InforColumn |
information column length |
group |
Group |
hour |
Time course |
ComparisonFile |
Group which you want to compare |
CutoffDataPointNumber |
Integer |
ModelMode |
Mode |
Calibration |
Bool (True or False) |
Comparison of two BRIC-seq datasets
Fig files
2015-11-05
Naoto Imamachi
https://github.com/Naoto-Imamachi/BRIC-seq_data_analysis/tree/master/BridgeR
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 (InputFile="BridgeR_5C_HalfLife_calculation_R2_selection.txt",
InforColumn = 4,
group,
hour,
ComparisonFile,
CutoffDataPointNumber = 4,
ModelMode="R2_selection",
Calibration=F)
{
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.