nf-core/ctatsplicing/startocancerintrons @ 0.0.0-3fc6d40
Summary
Detection and annotation of aberrant splicing isoforms in cancer transcriptomes
Get started
Add the following snippet to your workflow script to include this module.
include { CTATSPLICING_STARTOCANCERINTRONS } from 'nf-core/ctatsplicing/startocancerintrons'
License
MIT License
Name
|
CTATSPLICING_STARTOCANCERINTRONS |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
split_junction
file
|
STAR alignment splice junction tab file *.SJ.out.tab
|
junction
file
|
STAR alignment chimeric junction file *.out.junction
|
bam
file
|
Sorted BAM/CRAM/SAM file *.{bam,cram,sam}
|
bai
file
|
BAM/CRAM/SAM index file *.{bai,crai,sai}
|
meta2
map
|
Groovy Map containing sample information e.g. |
|---|---|
genome_lib
file
|
CTAT genome library reference with integrated cancer intron annotation *
|
chckpts
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.chckpts
file
|
Checkpoint files for CTAT-SPLICING, useful for debugging or resuming interrupted runs *.chckpts
|
introns
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*${prefix}.introns
file
|
File containing all detected introns *${prefix}.introns
|
igv_html
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.ctat-splicing.igv.html
file
|
Self-contained IGV-report in HTML format for visualization of cancer introns *.ctat-splicing.igv.html
|
igv_tracks
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.igv.tracks
file
|
IGV tracks file for visualizing cancer introns in IGV *.igv.tracks
|
cancer_introns
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.cancer.introns
file
|
File containing detected and filtered introns that are found to be enriched in cancer transcriptomes *.cancer.introns
|
introns_igv_bed
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.introns.for_IGV.bed
file
|
Bed file used as input for IGV-report visualization, containing cancer introns *.introns.for_IGV.bed
|
cancer_introns_prelim
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.cancer.introns.prelim
file
|
File containing detected introns that have at least one supporting read and are found to be enriched in cancer transcriptomes *.cancer.introns.prelim
|
gene_reads_sorted_bai
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.gene_reads.sorted.sifted.bam.bai
file
|
Index file for the sorted BAM of gene reads after filtering *.gene_reads.sorted.sifted.bam.bai
|
gene_reads_sorted_bam
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|