View source: R/rifi_wrapper.r View source: R/.ipynb_checkpoints/rifi_wrapper-checkpoint.r
rifi_wrapper | R Documentation |
rifi_wrapper wraps conveniently all functions included on rifi workflow
rifi_wrapper wraps the functions:
rifi_preprocess
rifi_fit
rifi_penalties
rifi_fragmentation
rifi_stats
rifi_summary
rifi_visualization.
rifi_wrapper(inp, cores, path, bg, restr)
inp |
data frame: the input data frame with correct format. |
cores |
integer: the number of assigned cores for the task. |
path |
path: path to an annotation file in gff format. |
bg |
numeric: threshold over which the last time point has to be to be fitted with the above background mode. |
restr |
numeric: a parameter that restricts the freedom of the fit to avoid wrong TI-term_factors, ranges from 0 to 0.2 |
All intermediate objects
rifi_preprocess
rifi_fit
rifi_penalties
rifi_fragmentation
rifi_stats
rifi_summary
rifi_visualization
data(example_input_minimal)
rifi_wrapper(inp = example_input_minimal, cores = 2, path =
gzfile(system.file("extdata", "gff_e_coli.gff3.gz", package = "rifi")),
bg = 0, restr = 0.01)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.