Description

Calculate read duplication rate

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}

Output

name:type
description
pattern

seq_xls{:bash}

meta{:bash}

:file

Read duplication rate determined from mapping position of read

*seq.DupRate.xls

*seq.DupRate.xls{:bash}

:file

Read duplication rate determined from mapping position of read

*seq.DupRate.xls

pos_xls{:bash}

meta{:bash}

:file

Read duplication rate determined from mapping position of read

*seq.DupRate.xls

*pos.DupRate.xls{:bash}

:file

Read duplication rate determined from sequence of read

*pos.DupRate.xls

pdf{:bash}

meta{:bash}

:file

Read duplication rate determined from mapping position of read

*seq.DupRate.xls

*.pdf{:bash}

:file

plot of duplication rate

*.pdf

rscript{:bash}

meta{:bash}

:file

Read duplication rate determined from mapping position of read

*seq.DupRate.xls

*.r{:bash}

:file

script to reproduce the plot

*.R

versions_rseqc{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

rseqc{:bash}

:string

The tool name

read_duplication.py --version | sed "s/read_duplication.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

read_duplication.py --version | sed "s/read_duplication.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.