Description Usage Arguments Details Author(s) Examples
View source: R/genomeScreens.R
Overlaps myDNA genotypes with SNP-trait database of interest
1 | myDNAScreenDB(myDNA, database = "ebicat37")
|
myDNA |
(data.frame) analyzed genotypes, an output of importDNA function |
database |
(character) info database which stores info about genotyping OPTIONS: "ebicat37","ebicat38", "CurrentGwascat", "taSNP" NOTE! if currentGWAS option used then input myDNA needs to be liftovered to hg38 |
This function identifies overlap between my genotypes (myDNA object) and database which stores info about SNP-trait associations. Currently, GWASCatalog (hg19,hg38 as ebicat37,ebicat38, and makeCurrentGWASC). However, in the future it will use info from SNPedia as well.#'
Inga Patarcic
1 2 3 4 5 | ## Not run:
myScreenDNA <- myDNAScreenDB(myDNA = myDNA,
database="ebicat37" )
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.