nf-core/anota2seq/anota2seqrun @ 0.0.0-6c4ed3a
Summary
Generally applicable transcriptome-wide analysis of translational efficiency using anota2seq
Get started
Add the following snippet to your workflow script to include this module.
include { ANOTA2SEQ_ANOTA2SEQRUN } from 'nf-core/anota2seq/anota2seqrun'
License
MIT License
Name
|
ANOTA2SEQ_ANOTA2SEQRUN |
|---|
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 |
rdata
tuple
meta
map
|
Groovy Map containing contrast information. e.g. [ id:'contrast1', blocking:'patient' ] |
|---|---|
*.Anota2seqDataSet.rds
file
|
Serialised Anota2seqDataSet object .Anota2seqDataSet.rds
|
buffering
tuple
meta
map
|
Groovy Map containing contrast information. e.g. [ id:'contrast1', blocking:'patient' ] |
|---|---|
*.buffering.anota2seq.results.tsv
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
|
total_mrna
tuple
meta
map
|
Groovy Map containing contrast information. e.g. [ id:'contrast1', blocking:'patient' ] |
|---|---|
*.total_mRNA.anota2seq.results.tsv
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
tuple
meta
map
|
Groovy Map containing contrast information. e.g. [ id:'contrast1', blocking:'patient' ] |
|---|---|
*.translation.anota2seq.results.tsv
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
|
session_info
tuple
meta
map
|
Groovy Map containing contrast information. e.g. [ id:'contrast1', blocking:'patient' ] |
|---|---|
*.R_sessionInfo.log
file
|
dump of R SessionInfo *.log
|
mrna_abundance
tuple
meta
map
|
Groovy Map containing contrast information. e.g. [ id:'contrast1', blocking:'patient' ] |
|---|---|
*.mRNA_abundance.anota2seq.results.tsv
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
|
translated_mrna
tuple
meta
map
|
Groovy Map containing contrast information. e.g. [ id:'contrast1', blocking:'patient' ] |
|---|---|
*.translated_mRNA.anota2seq.results.tsv
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
|
fold_change_plot
tuple
meta
map
|
Groovy Map containing contrast information. e.g. [ id:'contrast1', blocking:'patient' ] |
|---|---|