| addRef2GDS1KG | R Documentation |
This function adds the information about the unrelated patients
to the GDS 1KG file. More specificaly, it creates the field
sample.ref which as the value 1 when the sample
is unrelated and the value 0 otherwise.
The sample.ref is filled based on the information present in the
input RDS file.
addRef2GDS1KG(fileNameGDS, filePart)
fileNameGDS |
a |
filePart |
a |
None
Pascal Belleau, Astrid DeschĂȘnes and Alexander Krasnitz
## Path to the demo pedigree file is located in this package
data.dir <- system.file("extdata", package="RAIDS")
## 1K GDS file
GDS_file <- file.path(data.dir, "1KG_Demo.gds")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.