Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Work in Progress

This is under active development at the moment, it will implemented in next version 2.0.0

Analysis

There are several native variant analysis implemented in OpenCGA, these use internal the different internal APIs developed to provide a scalable and high-performance implementation. Occasionally, these analysis can store results in the variant storage to allow users to filter by them, for instance GWAS analysis can be stored and/or indexed for filtering.

The analysis available include:

  • Basic statistics
  • Association analysis (GWAS)
    • Fisher test
    • Chi square test
  • Family-based association analysis
    • Transmission disequilibrium test (TDT)

External Analysis

You can use external tools using the wrapper analysis. Some tools are being implemented naively and available to all users.

  • Plink

Customisation

Users can easily extend and customise OpenCGA for their analysis.


Table of Contents:


  • No labels