bioinformatics pipeline -凯发k8网页登录
a bioinformatics pipeline is a set of connected algorithms (or blocks) that are executed in a predefined order to process and analyze next-generation sequencing (ngs) data locally or in cluster environments. bioinformatics toolbox™ provides an app and programmatic tools to build end-to-end bioinformatics pipelines to perform analyses on genomic data. you can build a pipeline interactively using a block diagram editor or programmatically using the matlab® language.
the toolbox provides several built-in blocks that perform specific tasks, such as filtering genomic reads or mapping reads to a reference genome. in addition, you can also convert any custom function into a block that you can use in your analysis pipeline. using a combination of built-in blocks and custom blocks enables you to build various analysis workflows and pipelines. for instance, you can create a pipeline that can preprocess reads, map them to a reference genome, count reads that are mapped to genomic features, and perform a statistical analysis, such as a differential expression analysis or genome-wide analysis from rna-seq or chip-seq data.
apps
build and run bioinformatics pipelines |
objects
functions
topics
create a simple pipeline to plot the quality of sequence reads using the biopipeline designer app.
create a bioinformatics pipeline to count rna-seq reads that are mapped to genomic features.
use
splitdimension
to distribute input data across multiple runs of a block in a bioinformatics pipeline.a bioinformatics pipeline automatically determines which blocks to rerun during iterative pipeline runs.
use the
splitdimension
property to distribute input data on individual blocks and perform independent executions of blocks.download and install bioinformatics support packages for ngs workflows.