Package: rifi 1.11.0
Jens Georg
rifi: 'rifi' analyses data from rifampicin time series created by microarray or RNAseq
'rifi' analyses data from rifampicin time series created by microarray or RNAseq. 'rifi' is a transcriptome data analysis tool for the holistic identification of transcription and decay associated processes. The decay constants and the delay of the onset of decay is fitted for each probe/bin. Subsequently, probes/bins of equal properties are combined into segments by dynamic programming, independent of a existing genome annotation. This allows to detect transcript segments of different stability or transcriptional events within one annotated gene. In addition to the classic decay constant/half-life analysis, 'rifi' detects processing sites, transcription pausing sites, internal transcription start sites in operons, sites of partial transcription termination in operons, identifies areas of likely transcriptional interference by the collision mechanism and gives an estimate of the transcription velocity. All data are integrated to give an estimate of continous transcriptional units, i.e. operons. Comprehensive output tables and visualizations of the full genome result and the individual fits for all probes/bins are produced.
Authors:
rifi_1.11.0.tar.gz
rifi_1.11.0.tgz(r-4.4-any)rifi_1.11.0.tgz(r-4.3-any)
rifi_1.11.0.tar.gz(r-4.5-noble)rifi_1.11.0.tar.gz(r-4.4-noble)
rifi_1.11.0.tgz(r-4.4-emscripten)rifi_1.11.0.tgz(r-4.3-emscripten)
rifi.pdf |rifi.html✨
rifi/json (API)
# Install 'rifi' in R: |
install.packages('rifi', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/cyanolabfreiburg/rifi/issues
- example_input_e_coli - An example SummarizedExperiment from E. coli An example SummarizedExperiment from RNA-seq containing information about the intensities at all time points (assay). Seqnames, IRanges and strand columns (rowRanges)and colData with time point series and replicates.
- example_input_minimal - An artificial example SummarizedExperiment An example SummarizedExperiment containing information about the intensities at all time points (assay). Seqnames, IRanges and strand columns (rowRanges) and colData with time point series and replicates.
- example_input_synechocystis_6803 - An example input data frame from Synechocystis PCC 6803 A SummarizedExperiment from microarrays data containing information about the intensities at all time points (assay), Seqnames, IRanges and strand columns (rowRanges) and colData with time point series and averaged replicates.
- fit_e_coli - The result of rifi_fit for E.coli example data A SummarizedExperiment containing the output from rifi_fit as an extension of rowRanges and metadata.
- fit_minimal - The artificial result of rifi_fit for artificial example data A SummarizedExperiment containing the output from rifi_fit.
- fit_synechocystis_6803 - The result of rifi_fit for Synechocystis 6803 example data A SummarizedExperiment containing the output from rifi_fit as an extension of rowRanges and metadata.
- fragmentation_e_coli - The result of rifi_fragmentation for E.coli example data A SummarizedExperiment containing the output from rifi_fragmentation as an extension of rowRanges
- fragmentation_minimal - The result of rifi_fragmentation for artificial example data A SummarizedExperiment containing the output from rifi_fragmentation as an extension of rowRanges and metadata.
- fragmentation_synechocystis_6803 - The result of rifi_fragmentation for Synechocystis 6803 example data A SummarizedExperiment containing the output from rifi_fragmentation as an extension fo rowRanges
- penalties_e_coli - The result of rifi_penalties for E.coli example data. A SummarizedExperiment containing the output from rifi_penalties including the logbook and the four penalty objects as metadata.
- penalties_minimal - The result of rifi_penalties for artificial example data A SummarizedExperiment containing the output from rifi_penalties including the logbook and the four penalty objects as metadata.
- penalties_synechocystis_6803 - The result of rifi_penalties for Synechocystis 6803 example data. A SummarizedExperiment containing the output from rifi_penalties including the logbook and the four penalty objects as metadata.
- preprocess_e_coli - The result of rifi_preprocess for E.coli example data A SummarizedExperiment containing the output from rifi_penalties including the logbook and the four penalty objects as metadata. A list containing the output from rifi_preprocess, including the inp and the modified input_df.
- preprocess_minimal - The result of rifi_preprocess for artificial example data A SummarizedExperiment containing the output from rifi_preprocess
- preprocess_synechocystis_6803 - The result of rifi_preprocess for Synechocystis 6803 example data is a A SummarizedExperiment containing the output of rifi_preprocess as an extention to rowRanges
- res_minimal - The result of event_dataframe for E.coli artificial example. A data frame combining the processed genome annotation and a SummarizedExperiment data from rifi_stats. The dataframe is
- stats_e_coli - The result of rifi_stats for E.coli example data A SummarizedExperiment containing the output from rifi_stats
- stats_minimal - The result of rifi_stats for artificial example data A SummarizedExperiment containing the output of rifi_stats as an extention to rowRanges and metadata
- stats_synechocystis_6803 - The result of rifi_stats for Synechocystis 6803 example data A SummarizedExperiment containing the output of rifi_stats as an extention to rowRanges
- summary_e_coli - The result of rifi_summary for E.coli example data A SummarizedExperiment containing the output of rifi_stats as an extention to rowRanges
- summary_minimal - The result of rifi_summary for artificial example data A SummarizedExperiment with the output from rifi_summary as metadata
- summary_synechocystis_6803 - The result of rifi_summary for Synechocystis 6803 example data A list containing the output from rifi_summary, including the fragment based data frame, bin based data frame, event data frame and the TI dataframe.
- wrapper_e_coli - The result of rifi_wrapper for E.coli example data A list of SummarizedExperiment containing the output of rifi_wrapper. The list contains 6 elements of SummarizedExperiment output of rifi_preprocess, rifi_fit, rifi_penalties, rifi_fragmentation, rifi_stats and rifi_summary. The plot is generated from rifi_visualization. for more detail, please refer to each function separately.
- wrapper_minimal - The result of rifi_wrapper for E.coli artificial example. A list of SummarizedExperiment containing the output of rifi_wrapper. The list contains 6 elements of SummarizedExperiment output of rifi_preprocess, rifi_fit, rifi_penalties, rifi_fragmentation, rifi_stats and rifi_summary. The plot is generated from rifi_visualization. for more detail, please refer to each function separately.
- wrapper_summary_synechocystis_6803 - The result of rifi_wrapper for summary_synechocystis_6803 example data A list of SummarizedExperiment containing the output of rifi_wrapper. The list contains 6 elements of SummarizedExperiment output of rifi_preprocess, rifi_fit, rifi_penalties, rifi_fragmentation, rifi_stats and rifi_summary. The plot is generated from rifi_visualization. for more detail, please refer to each function separately.
On BioConductor:rifi-1.11.0(bioc 3.21)rifi-1.10.0(bioc 3.20)
rnaseqdifferentialexpressiongeneregulationtranscriptomicsregressionmicroarraysoftware
Last updated 23 days agofrom:73780f2d9a. Checks:OK: 1 WARNING: 3. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-linux | WARNING | Oct 31 2024 |
R-4.4-mac | WARNING | Oct 31 2024 |
R-4.3-mac | WARNING | Oct 31 2024 |
Exports:apply_ancovaapply_event_positionapply_manovaapply_t_testapply_t_test_tiapply_Ttest_delaycheck_inputdataframe_summarydataframe_summary_eventsdataframe_summary_events_HL_intdataframe_summary_events_ps_itssdataframe_summary_events_velocitydataframe_summary_TIevent_dataframefinding_PDDfinding_TIfold_changefragment_delayfragment_HLfragment_intyfragment_TIgff3_preprocessmake_dfmake_pennls2_fitpredict_ps_itssrifi_fitrifi_fragmentationrifi_penaltiesrifi_preprocessrifi_statsrifi_summaryrifi_visualizationrifi_wrappersegment_posTI_fitTUgetherviz_pen_obj
Dependencies:abindaskpassbackportsBHBiobaseBiocGenericsBiocIOBiocParallelBiostringsbitopsbootbroomcarcarDataclicodetoolscolorspacecowplotcpp11crayoncurlDelayedArrayDerivdoBydoMCdplyreggfansifarverforeachformatRFormulafutile.loggerfutile.optionsgenericsGenomeInfoDbGenomeInfoDbDataGenomicAlignmentsGenomicRangesggplot2gluegridExtragtablehttrIRangesisobanditeratorsjsonlitelabelinglambda.rlatticelifecyclelme4magrittrMASSMatrixMatrixGenericsMatrixModelsmatrixStatsmgcvmicrobenchmarkmimeminqamodelrmunsellnlmenloptrnls2nnetnumDerivopensslpbkrtestpillarpkgconfigplyrprotopurrrquantregR6RColorBrewerRcppRcppEigenRCurlreshape2restfulrRhtslibrjsonrlangRsamtoolsrtracklayerS4ArraysS4VectorsscalessnowSparseArraySparseMstringistringrSummarizedExperimentsurvivalsystibbletidyrtidyselectUCSC.utilsutf8vctrsviridisLitewithrXMLXVectoryamlzlibbioc