Explore Workflows
View already parsed workflows here or click here to add your own
Graph | Name | Retrieved From | View |
---|---|---|---|
|
GAT - Genomic Association Tester
GAT: Genomic Association Tester ============================================== A common question in genomic analysis is whether two sets of genomic intervals overlap significantly. This question arises, for example, in the interpretation of ChIP-Seq or RNA-Seq data. The Genomic Association Tester (GAT) is a tool for computing the significance of overlap between multiple sets of genomic intervals. GAT estimates significance based on simulation. Gat implemements a sampling algorithm. Given a chromosome (workspace) and segments of interest, for example from a ChIP-Seq experiment, gat creates randomized version of the segments of interest falling into the workspace. These sampled segments are then compared to existing genomic annotations. The sampling method is conceptually simple. Randomized samples of the segments of interest are created in a two-step procedure. Firstly, a segment size is selected from to same size distribution as the original segments of interest. Secondly, a random position is assigned to the segment. The sampling stops when exactly the same number of nucleotides have been sampled. To improve the speed of sampling, segment overlap is not resolved until the very end of the sampling procedure. Conflicts are then resolved by randomly removing and re-sampling segments until a covering set has been achieved. Because the size of randomized segments is derived from the observed segment size distribution of the segments of interest, the actual segment sizes in the sampled segments are usually not exactly identical to the ones in the segments of interest. This is in contrast to a sampling method that permutes segment positions within the workspace. |
![]() Path: workflows/gat-run.cwl Branch/Commit ID: 1a46cb0e8f973481fe5ae3ae6188a41622c8532e |
|
|
04-quantification-se-stranded.cwl
RNA-seq 04 quantification |
![]() Path: v1.0/RNA-seq_pipeline/04-quantification-se-stranded.cwl Branch/Commit ID: 8aabde14169421a7115c5cd48c4740b3a7bd818f |
|
|
Trim Galore RNA-Seq pipeline single-read strand specific
Note: should be updated The original [BioWardrobe's](https://biowardrobe.com) [PubMed ID:26248465](https://www.ncbi.nlm.nih.gov/pubmed/26248465) **RNA-Seq** basic analysis for a **single-end** experiment. A corresponded input [FASTQ](http://maq.sourceforge.net/fastq.shtml) file has to be provided. Current workflow should be used only with the single-end RNA-Seq data. It performs the following steps: 1. Trim adapters from input FASTQ file 2. Use STAR to align reads from input FASTQ file according to the predefined reference indices; generate unsorted BAM file and alignment statistics file 3. Use fastx_quality_stats to analyze input FASTQ file and generate quality statistics file 4. Use samtools sort to generate coordinate sorted BAM(+BAI) file pair from the unsorted BAM file obtained on the step 1 (after running STAR) 5. Generate BigWig file on the base of sorted BAM file 6. Map input FASTQ file to predefined rRNA reference indices using Bowtie to define the level of rRNA contamination; export resulted statistics to file 7. Calculate isoform expression level for the sorted BAM file and GTF/TAB annotation file using GEEP reads-counting utility; export results to file |
![]() Path: workflows/trim-rnaseq-se-dutp.cwl Branch/Commit ID: 935a78f1aff757f977de4e3672aefead3b23606b |
|
|
Trim Galore SMARTer RNA-Seq pipeline paired-end strand specific
https://chipster.csc.fi/manual/library-type-summary.html Modified original [BioWardrobe's](https://biowardrobe.com) [PubMed ID:26248465](https://www.ncbi.nlm.nih.gov/pubmed/26248465) **RNA-Seq** basic analysis for a **pair-end** experiment. A corresponded input [FASTQ](http://maq.sourceforge.net/fastq.shtml) file has to be provided. Current workflow should be used only with the single-end RNA-Seq data. It performs the following steps: 1. Trim adapters from input FASTQ files 2. Use STAR to align reads from input FASTQ files according to the predefined reference indices; generate unsorted BAM file and alignment statistics file 3. Use fastx_quality_stats to analyze input FASTQ files and generate quality statistics files 4. Use samtools sort to generate coordinate sorted BAM(+BAI) file pair from the unsorted BAM file obtained on the step 1 (after running STAR) 5. Generate BigWig file on the base of sorted BAM file 6. Map input FASTQ files to predefined rRNA reference indices using Bowtie to define the level of rRNA contamination; export resulted statistics to file 7. Calculate isoform expression level for the sorted BAM file and GTF/TAB annotation file using GEEP reads-counting utility; export results to file |
![]() Path: workflows/trim-rnaseq-pe-smarter-dutp.cwl Branch/Commit ID: 1a46cb0e8f973481fe5ae3ae6188a41622c8532e |
|
|
kmer_build_tree
|
![]() Path: task_types/tt_kmer_build_tree.cwl Branch/Commit ID: 8cc9b995bca666c54c673a5eb8d9b8c6f8e84490 |
|
|
EMG assembly for paired end Illumina
|
![]() Path: workflows/emg-assembly.cwl Branch/Commit ID: cac44f2cf14110fde9951161c663c4525772f616 |
|
|
Single-cell Assign Cell Types
Single-cell Assign Cell Types ============================= Assigns cell types to Seurat clusters. |
![]() Path: workflows/sc-assign-cell-types.cwl Branch/Commit ID: 1a46cb0e8f973481fe5ae3ae6188a41622c8532e |
|
|
Filter differentially expressed genes from DESeq for Tag Density Profile Analyses
Filters differentially expressed genes from DESeq for Tag Density Profile Analyses ================================================================================== Tool filters output from DESeq pipeline run for genes to create a file with regions of interest for Tag Density Profile Analyses. |
![]() Path: workflows/filter-deseq-for-heatmap.cwl Branch/Commit ID: 8049a781ac4aae579fbd3036fa0bf654532f15be |
|
|
RNA-Seq pipeline paired-end stranded mitochondrial
Slightly changed original [BioWardrobe's](https://biowardrobe.com) [PubMed ID:26248465](https://www.ncbi.nlm.nih.gov/pubmed/26248465) **RNA-Seq** basic analysis for **strand specific pair-end** experiment. An additional steps were added to map data to mitochondrial chromosome only and then merge the output. Experiment files in [FASTQ](http://maq.sourceforge.net/fastq.shtml) format either compressed or not can be used. Current workflow should be used only with the pair-end strand specific RNA-Seq data. It performs the following steps: 1. `STAR` to align reads from input FASTQ file according to the predefined reference indices; generate unsorted BAM file and alignment statistics file 2. `fastx_quality_stats` to analyze input FASTQ file and generate quality statistics file 3. `samtools sort` to generate coordinate sorted BAM(+BAI) file pair from the unsorted BAM file obtained on the step 1 (after running STAR) 5. Generate BigWig file on the base of sorted BAM file 6. Map input FASTQ file to predefined rRNA reference indices using Bowtie to define the level of rRNA contamination; export resulted statistics to file 7. Calculate isoform expression level for the sorted BAM file and GTF/TAB annotation file using `GEEP` reads-counting utility; export results to file |
![]() Path: workflows/rnaseq-pe-dutp-mitochondrial.cwl Branch/Commit ID: e45ab1b9ac5c9b99fdf7b3b1be396dc42c2c9620 |
|
|
BAM to BEDPE
Comvert BAM to BEDPE and compress the output |
![]() Path: workflows/File-formats/bamtobedpe-gzip.cwl Branch/Commit ID: e541470bc9d0b064bc4ed7dd2b45d8ec67760613 |