Description

Calculate inner distance between read pairs.

Input

name:type
description
pattern

meta

:map

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

bam

:file

the alignment in bam format

*.{bam}

bai

:file

BAM index file

*.{bai}

bed

:file

a bed file for the reference gene model

*.{bed}

Output

name:type
description
pattern

distance

meta

:file

the inner distances

*.inner_distance.txt

*distance.txt

:file

the inner distances

*.inner_distance.txt

freq

meta

:file

the inner distances

*.inner_distance.txt

*freq.txt

:file

frequencies of different insert sizes

*.inner_distance_freq.txt

mean

meta

:file

the inner distances

*.inner_distance.txt

*mean.txt

:file

mean/median values of inner distances

*.inner_distance_mean.txt

pdf

meta

:file

the inner distances

*.inner_distance.txt

*.pdf

:file

distribution plot of inner distances

*.inner_distance_plot.pdf

rscript

meta

:file

the inner distances

*.inner_distance.txt

*.r

:file

script to reproduce the plot

*.inner_distance_plot.R

versions_rseqc

${task.process}

:string

The process the versions were collected from

rseqc

:string

The tool name

inner_distance.py --version | sed "s/inner_distance.py //"

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The process the versions were collected from

rseqc

:string

The tool name

inner_distance.py --version | sed "s/inner_distance.py //"

: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.