bitterPTCTaster: Function to screen for PTC bitter tasting ability

Description Usage Arguments Details Author(s) Examples

View source: R/simpleTests.R

Description

Function to screen for PTC bitter tasting ability

Usage

1

Arguments

myDNA

(character) path to the genotype file

Details

SOURCE: 23andMe report

INFO: rs713598 - a genetic marker that affects your chances of being able to detect a certain bitter chemical called "PTC." Some vegetables like raw broccoli and brussels sprouts, contain bitter chemicals similar to PTC. CC - unable to detect, GG/CG - able to detect. The TAS2R38 gene contains instructions for a protein, or taste receptor, that can detect the bitter chemical called "PTC."

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

## End(Not run)

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