Difference between revisions of "GCTA"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:BiologyCategory:GenomicsCategory:SNP {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|gcta}} |{{#vardefine:url|http://cnsgenomics.c...")
 
(4 intermediate revisions by 3 users not shown)
Line 21: Line 21:
  
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
 
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
===Serial===
 
* {{#var:app}}
 
<!--
 
===Parallel (OpenMP)===
 
* intel
 
* {{#var:app}}
 
===Parallel (MPI)===
 
* intel
 
* openmpi
 
* {{#var:app}}
 
-->
 
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==
Line 69: Line 58:
 
If you publish research that uses {{#var:app}} you have to cite it as follows:
 
If you publish research that uses {{#var:app}} you have to cite it as follows:
  
[http://www.ncbi.nlm.nih.gov/pubmed/21167468 Yang J, Lee SH, Goddard ME and Visscher PM. GCTA: a tool for Genome-wide Complex Trait Analysis. Am J Hum Genet. 2011 Jan 88(1): 76-82. [PubMed ID: 21167468]]
+
[http://www.ncbi.nlm.nih.gov/pubmed/21167468 Yang J, Lee SH, Goddard ME and Visscher PM. GCTA: a tool for Genome-wide Complex Trait Analysis. Am J Hum Genet. 2011 Jan 88(1): 76-82. PubMed ID: 21167468]
  
 +
Full list of citations covering the methods used by the software is available from the [http://cnsgenomics.com/software/gcta/index.html project website].
 
|}}
 
|}}
 
<!--Installation-->
 
<!--Installation-->

Revision as of 17:44, 10 June 2022

Description

gcta website  

GCTA (Genome-wide Complex Trait Analysis) was originally designed to estimate the proportion of phenotypic variance explained by genome- or chromosome-wide SNPs for complex traits (the GREML method), and has subsequently extended for many other analyses to better understand the genetic architecture of complex traits.

Environment Modules

Run module spider gcta to find out what environment modules are available for this application.

System Variables

  • HPC_GCTA_DIR - installation directory




Citation

If you publish research that uses gcta you have to cite it as follows:

Yang J, Lee SH, Goddard ME and Visscher PM. GCTA: a tool for Genome-wide Complex Trait Analysis. Am J Hum Genet. 2011 Jan 88(1): 76-82. PubMed ID: 21167468

Full list of citations covering the methods used by the software is available from the project website.