请输入您要查询的百科知识:

 

词条 Anduril (workflow engine)
释义

  1. Architecture and features

  2. Anduril 1.0: AndurilScript language

  3. Extensibility

     Moksiskaan 

  4. See also

  5. References

  6. Further reading

  7. External links

{{Infobox software
| name = Anduril
| logo =
| logo_size = 200
| screenshot = Anduril-Eclipse.png
| screenshot_size = 200
| caption = Anduril workflow in Eclipse
| developer = Systems Biology Laboratory University of Helsinki
| status = Active
| released = {{Start date and age|2010|07|01|df=yes/no}}
| latest release version = 1.2.23
| latest release date = {{release date|2014|06|24}}
| latest preview version = 2.0.0
| latest preview date = {{release date|2015|12|14}}
| operating system = Linux, Microsoft Windows, Mac OS X
| programming language = Java
| genre = Workflow engine
| license = GPL (v.1.x), BSD (v.2.x)
| website = {{URL|http://www.anduril.org/}}
}}

Anduril is an open source component-based workflow framework for scientific data analysis[1] developed at the Systems Biology Laboratory, University of Helsinki.

Anduril is designed to enable systematic, flexible and efficient data analysis, particularly in the field of high-throughput experiments in biomedical research. The workflow system currently provides components for several types of analysis such as sequencing, gene expression, SNP, ChIP-on-chip, comparative genomic hybridization and exon microarray analysis as well as cytometry and cell imaging analysis.

Architecture and features

A workflow is a series of processing steps connected together so that the output of one step is used as the input of another. Processing steps implement data analysis tasks such as data importing, statistical tests and report generation. In Anduril, processing steps are implemented using components, which are reusable executable code that can be written in any programming language. Components are wired together into a workflow, or a component network, that is executed by the Anduril workflow engine. Workflow configuration is done using a simple yet powerful scripting language, AndurilScript. Workflow configuration and execution can be done from Eclipse, a popular multipurpose GUI, or from the command line.

The core Anduril engine is written in Java and components are written in a variety of programming languages, including Java, R, MATLAB, Lua, Perl and Python. Components may also have dependencies on third-party libraries, such as Bioconductor. Components for cell imaging and microarray analysis are provided but additional components can be implemented by users. The Anduril core has been tested on Linux and Windows.

Anduril 1.0: AndurilScript language

Hello world in AndurilScript is simply

Commenting follows the syntax of Java:

  // A simple comment  /* Another simple comment */  /** A description that will be included in component description */

Components are called by assigning their calls to named component instances. Names cannot be re-used within a single workflow. There are special components for input files that include external files to the script. Supported atomic types are integer, float, boolean and string, and typing is done implicitly.

  in1 = INPUT(path="myFile.csv")  constant1 = 1  componentInstance1 = MyComponent(inputPort1 = in1, inputParam1 = constant1)

Workflows are constructed by assigning outputs of component instances to inputs of following components.

Component instances can also be wrapped as functions.

  function MyFunction(InType1 in1, ..., optional InTypeM inM,                      ParType1 param1, ..., ParTypeP paramP=defaultP)                      -> (OutType1 out1, ..., OutTypeN outN)  {      ... statements ...      return record(out1=x1, ..., outN=xN)  }

In addition to standard if-else and switch-case statements, AndurilScript also includes for-loops.

  // Iterates over 1, 2, ..., 10  array = record()  for i: std.range(1, 10) {      array[i] = SomeComponent(k=i)  }

Extensibility

Anduril can be extended on multiple levels. Users can add new components to existing component bundles. However, if the new component or components carry out tasks that are not related to existing bundles, users can also create new bundles.

Moksiskaan

Moksiskaan is a data integration framework for the cancer research and molecular biology.[2] The framework provides a relational database that represents a graph of biological entities such as genes, protein, drugs, pathways, diseases, biological processes, cellular components, and molecular functions. In addition, there is a wide set of analysis and accession tools built on top of this data. The great majority of these tools are implemented as Anduril components and functions.

Moksiskaan is used mainly to interpret lists of candidate genes obtained from the genomic studies. Its tools can be used to generate graphs of biological entities related to the input genes. The exact for of these graphs may vary from the drug target predictions to the time series of signalling cascades. Some of the goals of these tools are closely related to IPA.

See also

  • Bioinformatics workflow management systems
  • GenePattern
  • Kepler
  • Apache Taverna
  • Workflow management system

References

1. ^{{Cite journal | last1 = Ovaska | first1 = K. | last2 = Laakso | first2 = M. | last3 = Haapa-Paananen | first3 = S. | last4 = Louhimo | first4 = R. | last5 = Chen | first5 = P. | last6 = Aittomäki | first6 = V. | last7 = Valo | first7 = E. | last8 = Núñez-Fontarnau | first8 = J. | last9 = Rantanen | first9 = V. | last10 = Karinen | doi = 10.1186/gm186 | first10 = S. | last11 = Nousiainen | first11 = K. | last12 = Lahesmaa-Korpinen | first12 = A. M. | last13 = Miettinen | first13 = M. | last14 = Saarinen | first14 = L. | last15 = Kohonen | first15 = P. | last16 = Wu | first16 = J. | last17 = Westermarck | first17 = J. | last18 = Hautaniemi | first18 = S. | title = Large-scale data integration framework provides a comprehensive view on glioblastoma multiforme | journal = Genome Medicine | volume = 2 | issue = 9 | pages = 65 | year = 2010 | pmid = 20822536| pmc =3092116 }}
2. ^{{Cite journal | last1 = Laakso | first1 = M. | last2 = Hautaniemi | first2 = S. | title = Integrative platform to translate gene sets to networks | journal = Bioinformatics | volume = 26 | issue = 14 | pages = 1802–1803 | year = 2010 | pmid = 20507894 | doi = 10.1093/bioinformatics/btq277}}

Further reading

  • Scientists develop new database that provides comprehensive view of Glioblastoma Multiforme genome in the Cancer Genome Atlas Research Briefs, March 2011, by Catherine Evans.
  • {{Cite journal | last1 = Almeida | first1 = J. S. | title = Computational ecosystems for data-driven medical genomics | journal = Genome Medicine | volume = 2 | issue = 9 | pages = 67 | year = 2010 | pmid = 20854645 | pmc = 3092118 | doi = 10.1186/gm188}}
  • {{Cite journal | last1 = Sahu | first1 = B. | last2 = Laakso | first2 = M. | last3 = Ovaska | first3 = K. | last4 = Mirtti | first4 = T. | last5 = Lundin | first5 = J. | last6 = Rannikko | first6 = A. | last7 = Sankila | first7 = A. | last8 = Turunen | first8 = J. P. | last9 = Lundin | first9 = M. | last10 = Konsti | first10 = J. | last11 = Vesterinen | first11 = T. | last12 = Nordling | first12 = S. | last13 = Kallioniemi | first13 = O. | last14 = Hautaniemi | first14 = S. | last15 = Jänne | first15 = O. A. | title = Dual role of FoxA1 in androgen receptor binding to chromatin, androgen signalling and prostate cancer | journal = The EMBO Journal | volume = 30 | issue = 19 | pages = 3962–3976 | year = 2011 | pmid = 21915096 | pmc = 3209787 | doi = 10.1038/emboj.2011.328}}
  • {{Cite journal | last1 = Pihlajamaa | first1 = P. | last2 = Zhang | first2 = F. -P. | last3 = Saarinen | first3 = L. | last4 = Mikkonen | first4 = L. | last5 = Hautaniemi | first5 = S. | last6 = Janne | first6 = O. A. | doi = 10.1210/en.2011-0221 | title = The Phytoestrogen Genistein is a Tissue-Specific Androgen Receptor Modulator | journal = Endocrinology | volume = 152 | issue = 11 | pages = 4395–4405 | year = 2011 | pmid = 21878517| pmc = }}
  • {{Cite journal | last1 = Blom | first1 = H. | last2 = Rönnlund | first2 = D. | last3 = Scott | first3 = L. | last4 = Spicarova | first4 = Z. | last5 = Rantanen | first5 = V. | last6 = Widengren | first6 = J. | last7 = Aperia | first7 = A. | last8 = Brismar | first8 = H. | title = Nearest neighbor analysis of dopamine D1 receptors and Na+-K+-ATPases in dendritic spines dissected by STED microscopy | journal = Microscopy Research and Technique | pages = 220–228| year = 2011 | doi = 10.1002/jemt.21046 | volume=75}}
  • {{Cite journal | last1 = Ehlers | first1 = P. I. | last2 = Kivimäki | first2 = A. S. | last3 = Turpeinen | first3 = A. M. | last4 = Korpela | first4 = R. | last5 = Vapaatalo | first5 = H. | title = High blood pressure-lowering and vasoprotective effects of milk products in experimental hypertension | journal = British Journal of Nutrition | volume = 106 | issue = 9 | pages = 1353–1363 | year = 2011 | doi = 10.1017/S0007114511001723}}
  • {{Cite journal | last1 = Maliniemi | first1 = P. | last2 = Carlsson | first2 = E. | last3 = Kaukola | first3 = A. | last4 = Ovaska | first4 = K. | last5 = Niiranen | first5 = K. | last6 = Saksela | first6 = O. | last7 = Jeskanen | first7 = L. | last8 = Hautaniemi | first8 = S. | last9 = Ranki | first9 = A. | title = NAV3 copy number changes and target genes in basal and squamous cell cancers | journal = Experimental Dermatology | volume = 20 | issue = 11 | pages = 926–931 | year = 2011 | pmid = 21995814 | doi = 10.1111/j.1600-0625.2011.01358.x}}
  • {{Cite journal | last1 = Chen | first1 = P. | last2 = Lepikhova | first2 = T. | last3 = Hu | first3 = Y. | last4 = Monni | first4 = O. | last5 = Hautaniemi | first5 = S. | title = Comprehensive exon array data processing method for quantitative analysis of alternative spliced variants | journal = Nucleic Acids Research | volume = 39 | issue = 18 | pages = e123 | year = 2011 | pmid = 21745820 | pmc = 3185423 | doi = 10.1093/nar/gkr513}}
  • {{cite journal |author=Karinen S., Heikkinen T. |title=Data Integration Workflow for Search of Disease Driving Genes and Genetic Variants|journal=PLoS ONE |volume=6|issue=4|year=2011|doi=10.1371/journal.pone.0018636 |display-authors=etal |pages=e18636 |pmid=21533266 |pmc=3075259}} {{Open access}}
  • {{cite journal |author=Heinonen M., Hemmes A. |title=Role of RNA binding protein HuR in ductal carcinoma in situ of the breast|journal=The Journal of Pathology |year=2011|doi=10.1002/path.2889 |display-authors=etal |volume=224 |pages=529–539|pmc=3504799}}
  • {{cite journal |author=Louhimo R., Hautaniemi S. |title=CNAmet: an R package for integrating copy number, methylation and expression data|journal=Bioinformatics |volume=27|issue=6|pages=887–888|year=2011 |doi=10.1093/bioinformatics/btr019 |pmid=21228048}}

External links

  • Official Anduril website
  • [https://bitbucket.org/anduril-dev Anduril Code repository]
  • Official Moksiskaan website
  • AndurilScript implementation of Donald Knuth's 99 Bottles of Beer

2 : Workflow applications|Bioinformatics software

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/9/22 21:29:30