set.chromosomes | R Documentation |
Load the eQTL gene annotation for the specified chromosomes into the gwas.input object. Previously loaded gene annotation is replaced
set.chromosomes(gwas.input, chromosomes)
gwas.input |
GWAS input object preprocessed using |
chromosomes |
Specifies which chromosomes to load the annotation data for (loading all chromosomes may be time-consuming). Can be set to 'all' to load all chromosomes, 'auto' to load all autosomal chromosomes, or a vector of chromosome numbers (the X chromosome can be specified as 'X' or 23). |
No return value, the gwas.input argument is modified in place. The following fields are changed
eqtl.genes - list containing the names and mapped SNPs for all genes in the eQTL data set
current.chromosomes - list of currently loaded chromosomes
current.genes - vector of genes available for the currently loaded tissue
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.