Description

Calculate inner distance between read pairs.

Input

name:type
description
pattern

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

bam{:bash}

:file

the alignment in bam format

*.{bam}

bai{:bash}

:file

BAM index file

*.{bai}

bed{:bash}

:file

a bed file for the reference gene model

*.{bed}

Output

name:type
description
pattern

distance{:bash}

meta{:bash}

:file

the inner distances

*.inner_distance.txt

*distance.txt{:bash}

:file

the inner distances

*.inner_distance.txt

freq{:bash}

meta{:bash}

:file

the inner distances

*.inner_distance.txt

*freq.txt{:bash}

:file

frequencies of different insert sizes

*.inner_distance_freq.txt

mean{:bash}

meta{:bash}

:file

the inner distances

*.inner_distance.txt

*mean.txt{:bash}

:file

mean/median values of inner distances

*.inner_distance_mean.txt

pdf{:bash}

meta{:bash}

:file

the inner distances

*.inner_distance.txt

*.pdf{:bash}

:file

distribution plot of inner distances

*.inner_distance_plot.pdf

rscript{:bash}

meta{:bash}

:file

the inner distances

*.inner_distance.txt

*.r{:bash}

:file

script to reproduce the plot

*.inner_distance_plot.R

versions_rseqc{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

rseqc{:bash}

:string

The tool name

inner_distance.py --version | sed "s/inner_distance.py //"{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

rseqc{:bash}

:string

The tool name

inner_distance.py --version | sed "s/inner_distance.py //"{:bash}

:eval

The expression to obtain the version of the tool

Tools

rseqc
GPL-3.0-or-later

RSeQC package provides a number of useful modules that can comprehensively evaluate high throughput sequence data especially RNA-seq data.