nf-core/rsem/calculateexpression @ 0.0.0-6c4ed3a
Summary
Calculate expression with RSEM
Get started
Add the following snippet to your workflow script to include this module.
include { RSEM_CALCULATEEXPRESSION } from 'nf-core/rsem/calculateexpression'
License
MIT License
Name
|
RSEM_CALCULATEEXPRESSION |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
reads
file
|
Input reads for quantification (FASTQ files or BAM file for --alignments mode) *.{fastq.gz,bam}
|
index
file
|
RSEM index rsem/*
|
|---|
logs
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.log
file
|
RSEM logs *.log
|
stat
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.stat
file
|
RSEM statistics *.stat
|
bam_star
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.STAR.genome.bam
file
|
BAM file generated by STAR (optional) *.STAR.genome.bam
|
bam_genome
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}.genome.bam
file
|
Genome BAM file (optional) *.genome.bam
|
counts_gene
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.genes.results
file
|
Expression counts on gene level *.genes.results
|
versions_rsem
tuple
${task.process}
string
|
The name of the process |
|---|---|
rsem
string
|
The name of the tool |
rsem-calculate-expression --version | sed 's/Current version: RSEM v//'
eval
|
The expression to obtain the version of the tool |
versions_star
tuple
${task.process}
string
|
The name of the process |
|---|---|
star
string
|
The name of the tool |
STAR --version | sed -e "s/STAR_//g"
eval
|
The expression to obtain the version of the tool |
bam_transcript
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}.transcript.bam
file
|
Transcript BAM file (optional) *.transcript.bam
|
counts_transcript
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.isoforms.results
file
|
Expression counts on transcript level *.isoforms.results
|
| Tool | Description | Homepage |
|---|---|---|
| rseqc | RSEM: accurate transcript quantification from RNA-Seq data with or without a reference genome | https://github.com/deweylab/RSEM |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |