deepSleeper: Function to screen for deep sleep

Description Usage Arguments Details Author(s) Examples

View source: R/simpleTests.R

Description

Function to screen for deep sleep

Usage

1
deepSleeper(myDNA)

Arguments

myDNA

(character) path to the genotype file

Details

SOURCE: 23andMe report INFO from 23andMe: The genetic marker in this report is in the ADA gene, which contains instructions for an enzyme that helps control adenosine levels. Scientists think that adenosine builds up more quickly in people with one or two copies of the T variant at this marker. This extra adenosine increases sleepiness, leading to stronger delta waves. Because of this stronger sleep pressure, people with the T variant also report feeling sleepier than other people after a night of missed sleep.

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" )
  deepSleeper(myDNA)

## End(Not run)

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