Explore Workflows
View already parsed workflows here or click here to add your own
Graph | Name | Retrieved From | View |
---|---|---|---|
kallisto_synapse_paired_end_workflow.cwl
|
https://github.com/CRI-iAtlas/iatlas-workflows.git
Path: Kallisto/workflow/kallisto_synapse_paired_end_workflow.cwl Branch/Commit ID: 3acab4d22ff0f9657dc8c5685799898a2fc2fd25 |
||
ocrevaluation-performance-test-files-wf-pack.cwl#ocrevaluation-performance-wf.cwl
|
https://github.com/kbnlresearch/ochre.git
Path: ochre/cwl/ocrevaluation-performance-test-files-wf-pack.cwl Branch/Commit ID: a62bf3b31df83784c017d30a83ed8e01d454bf1c Packed ID: ocrevaluation-performance-wf.cwl |
||
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. |
https://github.com/datirium/workflows.git
Path: workflows/feature-merge.cwl Branch/Commit ID: 60854b5d299df91e135e05d02f4be61f6a310fbc |
||
MAnorm PE - quantitative comparison of ChIP-Seq paired-end data
What is MAnorm? -------------- MAnorm is a robust model for quantitative comparison of ChIP-Seq data sets of TFs (transcription factors) or epigenetic modifications and you can use it for: * Normalization of two ChIP-seq samples * Quantitative comparison (differential analysis) of two ChIP-seq samples * Evaluating the overlap enrichment of the protein binding sites(peaks) * Elucidating underlying mechanisms of cell-type specific gene regulation How MAnorm works? ---------------- MAnorm uses common peaks of two samples as a reference to build the rescaling model for normalization, which is based on the empirical assumption that if a chromatin-associated protein has a substantial number of peaks shared in two conditions, the binding at these common regions will tend to be determined by similar mechanisms, and thus should exhibit similar global binding intensities across samples. The observed differences on common peaks are presumed to reflect the scaling relationship of ChIP-Seq signals between two samples, which can be applied to all peaks. What do the inputs mean? ---------------- ### General **Experiment short name/Alias** * short name for you experiment to identify among the others **ChIP-Seq PE sample 1** * previously analyzed ChIP-Seq paired-end experiment to be used as Sample 1 **ChIP-Seq PE sample 2** * previously analyzed ChIP-Seq paired-end experiment to be used as Sample 2 **Genome** * Reference genome to be used for gene assigning ### Advanced **Reads shift size for sample 1** * This value is used to shift reads towards 3' direction to determine the precise binding site. Set as half of the fragment length. Default 100 **Reads shift size for sample 2** * This value is used to shift reads towards 5' direction to determine the precise binding site. Set as half of the fragment length. Default 100 **M-value (log2-ratio) cutoff** * Absolute M-value (log2-ratio) cutoff to define biased (differential binding) peaks. Default: 1.0 **P-value cutoff** * P-value cutoff to define biased peaks. Default: 0.01 **Window size** * Window size to count reads and calculate read densities. 2000 is recommended for sharp histone marks like H3K4me3 and H3K27ac, and 1000 for TFs or DNase-seq. Default: 2000 |
https://github.com/datirium/workflows.git
Path: workflows/manorm-pe.cwl Branch/Commit ID: 09267e79fd867aa68a219c69e6db7d8e2e877be2 |
||
merge-bam-parallel
This workflow merge BAM files per condition in parallel |
https://github.com/ncbi/cwl-ngs-workflows-cbb.git
Path: workflows/File-formats/merge-bam-parallel.cwl Branch/Commit ID: b8f18a03ffbd7d5b78a7f220686b81d539686e98 |
||
kmer_cache_retrieve
|
https://github.com/ncbi/pgap.git
Path: task_types/tt_kmer_cache_retrieve.cwl Branch/Commit ID: d218e081d8f6a4fdab56a38ce0fc2fae6216cecc |
||
Build STAR indices
Workflow runs [STAR](https://github.com/alexdobin/STAR) v2.5.3a (03/17/2017) PMID: [23104886](https://www.ncbi.nlm.nih.gov/pubmed/23104886) to build indices for reference genome provided in a single FASTA file as fasta_file input and GTF annotation file from annotation_gtf_file input. Generated indices are saved in a folder with the name that corresponds to the input genome. |
https://github.com/datirium/workflows.git
Path: workflows/star-index.cwl Branch/Commit ID: 60854b5d299df91e135e05d02f4be61f6a310fbc |
||
dynresreq-workflow-inputdefault.cwl
|
https://github.com/common-workflow-language/cwl-v1.2.git
Path: tests/dynresreq-workflow-inputdefault.cwl Branch/Commit ID: 5f27e234b4ca88ed1280dedf9e3391a01de12912 |
||
kallisto_single_end_workflow.cwl
|
https://github.com/CRI-iAtlas/iatlas-workflows.git
Path: Kallisto/workflow/kallisto_single_end_workflow.cwl Branch/Commit ID: 3acab4d22ff0f9657dc8c5685799898a2fc2fd25 |
||
DESeq - differential gene expression analysis
Differential gene expression analysis ===================================== Differential gene expression analysis based on the negative binomial distribution Estimate variance-mean dependence in count data from high-throughput sequencing assays and test for differential expression based on a model using the negative binomial distribution. DESeq1 ------ High-throughput sequencing assays such as RNA-Seq, ChIP-Seq or barcode counting provide quantitative readouts in the form of count data. To infer differential signal in such data correctly and with good statistical power, estimation of data variability throughout the dynamic range and a suitable error model are required. Simon Anders and Wolfgang Huber propose a method based on the negative binomial distribution, with variance and mean linked by local regression and present an implementation, [DESeq](http://bioconductor.org/packages/release/bioc/html/DESeq.html), as an R/Bioconductor package DESeq2 ------ In comparative high-throughput sequencing assays, a fundamental task is the analysis of count data, such as read counts per gene in RNA-seq, for evidence of systematic changes across experimental conditions. Small replicate numbers, discreteness, large dynamic range and the presence of outliers require a suitable statistical approach. [DESeq2](http://www.bioconductor.org/packages/release/bioc/html/DESeq2.html), a method for differential analysis of count data, using shrinkage estimation for dispersions and fold changes to improve stability and interpretability of estimates. This enables a more quantitative analysis focused on the strength rather than the mere presence of differential expression. |
https://github.com/datirium/workflows.git
Path: workflows/deseq.cwl Branch/Commit ID: 60854b5d299df91e135e05d02f4be61f6a310fbc |