Description Usage Format Note Source Examples
convenience container for imported table from NHGRI GWAS catalog
1 | data("gwdf_2014_09_08")
|
A data frame with 17832 observations on the following 34 variables.
a character vector
PUBMEDID
a numeric vector
a character vector
Date
a character vector
Journal
a character vector
Link
a character vector
Study
a character vector
a character vector
a character vector
a character vector
Region
a character vector
Chr_id
a character vector
Chr_pos
a character vector
a character vector
Mapped_gene
a character vector
Upstream_gene_id
a character vector
Downstream_gene_id
a character vector
Snp_gene_ids
a character vector
Upstream_gene_distance
a character vector
Downstream_gene_distance
a character vector
a character vector
SNPs
a character vector
Merged
a character vector
Snp_id_current
a character vector
Context
a character vector
Intergenic
a character vector
a character vector
a character vector
Pvalue_mlog
a character vector
a character vector
a character vector
a character vector
a character vector
CNV
a character vector
In versions prior to 1.9.6, The .onAttach function specifies which data frame is transformed to GRanges. This is now managed manually.
1 2 3 4 5 | ## Not run:
data(gwdf_2014_09_08)
# try gwascat:::gwdf2GRanges on this data.frame
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.