Explore Workflows
View already parsed workflows here or click here to add your own
| Graph | Name | Retrieved From | View |
|---|---|---|---|
|
|
trim-rnaseq-pe-dutp.cwl
Runs RNA-Seq BioWardrobe basic analysis with strand specific pair-end data file. |
Path: workflows/trim-rnaseq-pe-dutp.cwl Branch/Commit ID: a9551ece898f619167db58e4b74a6cae2d7f7d13 |
|
|
|
Xenbase RNA-Seq pipeline paired-end
1. Convert input SRA file into pair of upsrtream and downstream FASTQ files (run fastq-dump) 2. Analyze quality of FASTQ files (run fastqc with each of the FASTQ files) 3. If any of the following fields in fastqc generated report is marked as failed for at least one of input FASTQ files: \"Per base sequence quality\", \"Per sequence quality scores\", \"Overrepresented sequences\", \"Adapter Content\", - trim adapters (run trimmomatic) 4. Align original or trimmed FASTQ files to reference genome, calculate genes and isoforms expression (run RSEM) 5. Count mapped reads number in sorted BAM file (run bamtools stats) 6. Generate genome coverage BED file (run bedtools genomecov) 7. Sort genearted BED file (run sort) 8. Generate genome coverage bigWig file from BED file (run bedGraphToBigWig) |
Path: workflows/xenbase-rnaseq-pe.cwl Branch/Commit ID: 4106b7dc96e968db291b7a61ecd1641aa3b3dd6d |
|
|
|
PCA - Principal Component Analysis
Principal Component Analysis --------------- Principal component analysis (PCA) is a statistical procedure that uses an orthogonal transformation to convert a set of observations of possibly correlated variables (entities each of which takes on various numerical values) into a set of values of linearly uncorrelated variables called principal components. The calculation is done by a singular value decomposition of the (centered and possibly scaled) data matrix, not by using eigen on the covariance matrix. This is generally the preferred method for numerical accuracy. |
Path: workflows/pca.cwl Branch/Commit ID: ee66d03be8a7fd61367db40c37a973ff55ece4da |
|
|
|
mut.cwl
|
Path: tests/wf/mut.cwl Branch/Commit ID: 819c81af5449ec912bbbbead042ad66b8d3fd8d4 |
|
|
|
kmer_ref_compare_wnode
|
Path: task_types/tt_kmer_ref_compare_wnode.cwl Branch/Commit ID: 550682d2fe3348161eab1b8612e48a59af4ac6a5 |
|
|
|
RNA-seq alelle specific pipeline for single-read data
Allele specific RNA-Seq single-read workflow |
Path: workflows/allele-rnaseq-se.cwl Branch/Commit ID: 2b8146f76595f0c4d8bf692de78b21280162b1d0 |
|
|
|
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. |
Path: workflows/deseq.cwl Branch/Commit ID: dda9e6e06a656b7b3fa7504156474b962fe3953c |
|
|
|
ST520106.cwl
|
Path: ST520106.cwl Branch/Commit ID: 272db37d2b8108a146769f0fb0383bb824c9788f |
|
|
|
Apply filters to VCF file
|
Path: definitions/subworkflows/filter_vcf.cwl Branch/Commit ID: 31602b94b34ff55876147c7299e1bec47e8d1a31 |
|
|
|
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: 5561f7ee11dd74848680351411a19aa87b13d27b |
