muscleComposition: Function to screen for production of ACTN3 gene

Description Usage Arguments Details Author(s) Examples

View source: R/simpleTests.R

Description

Function to screen for production of ACTN3 gene

Usage

1

Arguments

myDNA

(character) path to the genotype file

Details

SOURCE: 23andMe report INFO: A genetic marker in the ACTN3 gene. This marker controls whether muscle cells produce a protein (called alpha-actinin-3) that's found in fast-twitch muscle fibers. While some people don't produce this protein at all, almost all of the elite power athletes who have been studied have a genetic variant that allows them to produce the protein. This suggests that the protein may be beneficial at least at the highest levels of power-based athletic competition.

NOTE! MyHeritage genotypes do not report this SNP, however missing genotypes can be imputed and accessed by DNALand imputation tool

!!!! myAllele column reports whether risk allele was identified in my genome

Author(s)

Inga Patarcic

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
# example myHeritage
 library(myDNA)
 library(dplyr)
 library(stringr)
  Genome="/data/akalin/Projects/AAkalin_myDNA/Data/MyHeritage/MyHeritage_raw_dna_dataInga/MyHeritage_raw_dna_data.csv"
   myDNA <- importDNA(myGenotypes = Genome,type = "myHeritage" )
 muscleComposition(myDNA)

## End(Not run)

IngaPa/myDNA documentation built on Oct. 30, 2019, 7:22 p.m.