Difference between revisions of "FcGENE"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:BioinformaticsCategory:SNP {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|fcgene}} |{{#vardefine:url|http://sourceforge.net/projects/...")
 
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Bioinformatics]][[Category:SNP]]
+
[[Category:Software]][[Category:Biology]][[Category:Variant Calling]][[Category:Genomics]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|fcgene}}
 
|{{#vardefine:app|fcgene}}
Line 24: Line 24:
 
Formats which can be generated by fcGENE: plink-pedigree, plink-raw, plink-dosage, mach-inputs, minimac-inputs, impute-inputs, beagle-inputs and bimbam-inputs, HAPLOVIEW-inputs, EIGENSOFT-inputs.
 
Formats which can be generated by fcGENE: plink-pedigree, plink-raw, plink-dosage, mach-inputs, minimac-inputs, impute-inputs, beagle-inputs and bimbam-inputs, HAPLOVIEW-inputs, EIGENSOFT-inputs.
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
===Serial===
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
* {{#var:app}}
 
<!--
 
===Parallel (OpenMP)===
 
* intel
 
* {{#var:app}}
 
===Parallel (MPI)===
 
* intel
 
* openmpi
 
* {{#var:app}}
 
-->
 
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Latest revision as of 16:38, 15 August 2022

Description

fcgene website  

This is a format conversion tool for genotype data such as PLINK and MACH. The usage is two-fold. First, convert genotype SNP data into formats of different imputation tools like PLINK MACH, IMPUTE, BEAGLE and BIMBBAM. Second, transform imputed data into different file formats like PLINK, HAPLOVIEW, EIGENSOFT and SNPTEST.

Readable file formats: plink-pedigree (ped and map), plink-raw, plink-dosage, mach , minimac, impute, snptest, beagle and bimbam. Similarly all kinds of imputation of outputs are also accepted.

Formats which can be generated by fcGENE: plink-pedigree, plink-raw, plink-dosage, mach-inputs, minimac-inputs, impute-inputs, beagle-inputs and bimbam-inputs, HAPLOVIEW-inputs, EIGENSOFT-inputs.

Environment Modules

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

System Variables

  • HPC_FCGENE_DIR - installation directory