Description

Generally applicable transcriptome-wide analysis of translational efficiency using anota2seq

Input

Name (Type)
Description
Pattern

meta (map)

Groovy Map containing contrast information. e.g. [ id:‘contrast1’,
blocking:‘patient’ ]

sample_treatment_col (string)

The column in the sample sheet that should be used to define groups for
comparison

reference (string)

The value within the contrast_variable column of the sample sheet that
should be used to derive the reference samples

target (string)

The value within the contrast_variable column of the sample sheet that
should be used to derive the target samples

meta2 (map)

Groovy map containing study-wide metadata related to the sample sheet
and matrix

samplesheet (file)

CSV or TSV format sample sheet with sample metadata

counts (file)

Raw TSV or CSV format expression matrix

Output

Name (Type)
Description
Pattern

meta (map)

Groovy Map containing contrast information. e.g. [ id:‘contrast1’,
blocking:‘patient’ ]

translated_mrna (file)

anota2seq results for the ‘translated mRNA’ analysis, describing differences in RNA levels across conditions for Ribo-seq samples. See https://rdrr.io/bioc/anota2seq/man/anota2seqGetOutput.html for description of output columns.

.translated_mRNA.anota2seq.results.tsv

total_mrna (file)

anota2seq results for the ‘translated mRNA’ analysis, describing differences in RNA levels across conditions for RNA-seq samples. See https://rdrr.io/bioc/anota2seq/man/anota2seqGetOutput.html for description of output columns.

.total_mRNA.anota2seq.results.tsv

translation (file)

anota2seq results for the ‘translated mRNA’ analysis, describing differences in translation across conditions, being differences in translated RNA levels not explained by total RNA levels. See https://rdrr.io/bioc/anota2seq/man/anota2seqGetOutput.html for description of output columns.

.translation.anota2seq.results.tsv

buffering (file)

anota2seq results for the ‘translated mRNA’ analysis, describing buffering across conditions, being stable levels of translated RNA (from riboseq samples) across conditions, despite changes in total mRNA. See https://rdrr.io/bioc/anota2seq/man/anota2seqGetOutput.html for description of output columns.

.buffering.anota2seq.results.tsv

mrna_abundance (file)

anota2seq results for the ‘mRNA abunance’ analysis, describing changes across conditions consistent between total mRNA and translated RNA (RNA-seq and Riboseq samples). See https://rdrr.io/bioc/anota2seq/man/anota2seqGetOutput.html for description of output columns.

.mRNA_abundance.anota2seq.results.tsv

rdata (file)

Serialised Anota2seqDataSet object

.Anota2seqDataSet.rds

fold_change_plot (file)

A fold change plot in PNG format, from anota2seq’s anota2seqPlotFC()
method.

.fold_change.png

interaction_p_distribution_plot (file)

The distribution of p-values and adjusted p-values for the omnibus
interaction (both using densities and histograms). The second page of
the pdf displays the same plots but for the RVM statistics if RVM is
used.

.interaction_p_distribution.pdf

residual_distribution_summary_plot (file)

Summary plot for assessing normal distribution of regression residuals.

.residual_distribution_summary.jpeg

residual_vs_fitted_plot (file)

QC plot showing residuals against fitted values.

.residual_vs_fitted.jpeg

rvm_fit_for_all_contrasts_group_plot (file)

QC plot showing the CDF of variance (theoretical vs empirical), all
contrasts.

.rvm_fit_for_all_contrasts_group.jpg

rvm_fit_for_interactions_plot (file)

QC plot showing the CDF of variance (theoretical vs empirical), for
interactions.

.rvm_fit_for_interactions.jpg

rvm_fit_for_omnibus_group_plot (file)

QC plot showing the CDF of variance (theoretical vs empirical), for
omnibus group.

.rvm_fit_for_omnibus_group.jpg

simulated_vs_obt_dfbetas_without_interaction_plot (file)

Bar graphs of the frequencies of outlier dfbetas using different
dfbetas thresholds.

.simulated_vs_obt_dfbetas_without_interaction.pdf

session_info (file)

dump of R SessionInfo

*.log

versions (file)

File containing software versions

versions.yml

Tools