Explore Workflows
View already parsed workflows here or click here to add your own
| Graph | Name | Retrieved From | View |
|---|---|---|---|
|
|
GSEApy - Gene Set Enrichment Analysis in Python
GSEAPY: Gene Set Enrichment Analysis in Python ============================================== Gene Set Enrichment Analysis is a computational method that determines whether an a priori defined set of genes shows statistically significant, concordant differences between two biological states (e.g. phenotypes). GSEA requires as input an expression dataset, which contains expression profiles for multiple samples. While the software supports multiple input file formats for these datasets, the tab-delimited GCT format is the most common. The first column of the GCT file contains feature identifiers (gene ids or symbols in the case of data derived from RNA-Seq experiments). The second column contains a description of the feature; this column is ignored by GSEA and may be filled with “NA”s. Subsequent columns contain the expression values for each feature, with one sample's expression value per column. It is important to note that there are no hard and fast rules regarding how a GCT file's expression values are derived. The important point is that they are comparable to one another across features within a sample and comparable to one another across samples. Tools such as DESeq2 can be made to produce properly normalized data (normalized counts) which are compatible with GSEA. |
Path: workflows/gseapy.cwl Branch/Commit ID: 1a46cb0e8f973481fe5ae3ae6188a41622c8532e |
|
|
|
kmer_build_tree
|
Path: task_types/tt_kmer_build_tree.cwl Branch/Commit ID: d218e081d8f6a4fdab56a38ce0fc2fae6216cecc |
|
|
|
Feature expression merge - combines feature expression from several experiments
Feature expression merge - combines feature expression from several experiments ========================================================================= Workflows merges RPKM (by default) gene expression from several experiments based on the values from GeneId, Chrom, TxStart, TxEnd and Strand columns (by default). Reported unique columns are renamed based on the experiments names. |
Path: workflows/feature-merge.cwl Branch/Commit ID: 8049a781ac4aae579fbd3036fa0bf654532f15be |
|
|
|
kmer_top_n_extract
|
Path: task_types/tt_kmer_top_n_extract.cwl Branch/Commit ID: c18a7e5164cb6b19f06b3d1e869407c118a87f7e |
|
|
|
genomics-workspace-transcript.cwl
|
Path: flow_genomicsWorkspace/genomics-workspace-transcript.cwl Branch/Commit ID: 7562bd2c6900b30bce6c6f78951cd76d28218f47 |
|
|
|
bact_get_kmer_reference
|
Path: task_types/tt_bact_get_kmer_reference.cwl Branch/Commit ID: 664e99a23a3ed4ba36c08323ac597c4fbcd88df1 |
|
|
|
align_merge_sas
|
Path: task_types/tt_align_merge_sas.cwl Branch/Commit ID: 8cc9b995bca666c54c673a5eb8d9b8c6f8e84490 |
|
|
|
Functional analyis of sequences that match the 16S SSU
|
Path: workflows/16S_taxonomic_analysis.cwl Branch/Commit ID: ca6ca613f0d3728d9589a6ca6293e66dfde87bfb |
|
|
|
Trim Galore RNA-Seq pipeline single-read
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.cwl Branch/Commit ID: 1a46cb0e8f973481fe5ae3ae6188a41622c8532e |
|
|
|
RNA-Seq pipeline paired-end strand specific
The original [BioWardrobe's](https://biowardrobe.com) [PubMed ID:26248465](https://www.ncbi.nlm.nih.gov/pubmed/26248465) **RNA-Seq** basic analysis for a **paired-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 paired-end RNA-Seq data. It performs the following steps: 1. Use STAR to align reads from input FASTQ files according to the predefined reference indices; generate unsorted BAM file and alignment statistics file 2. Use fastx_quality_stats to analyze input FASTQ files and generate quality statistics files 3. Use samtools sort to generate coordinate sorted BAM(+BAI) file pair from the unsorted BAM file obtained on the step 1 (after running STAR) 4. Generate BigWig file on the base of sorted BAM file 5. Map input FASTQ files to predefined rRNA reference indices using Bowtie to define the level of rRNA contamination; export resulted statistics to file 6. 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.cwl Branch/Commit ID: 8049a781ac4aae579fbd3036fa0bf654532f15be |
