Description Objects from the Class Slots Extends Methods Note Author(s) References Examples
A container for GRanges instances representing information in the NHGRI GWAS catalog.
Objects can be created by calls of the form new("gwaswloc", ...).
Any GRanges instance can be supplied.
extractDate:character set manually in .onAttach code to indicate date of retrieval of base table
seqnames:Object of class "Rle" typically
representing chromosome numbers of loci associated with specific traits
ranges:Object of class "IRanges" genomic
coordinates for locus
strand:Object of class "Rle" identifier of
chromosome strand
elementMetadata:Object of class "DataFrame" general
DataFrame-class instance providing attributes
for the locus-trait association
seqinfo:Object of class "Seqinfo"
metadata:Object of class "list"
Class "GRanges", directly.
Class "GenomicRanges", by class "GRanges", distance 2.
Class "Vector", by class "GRanges", distance 3.
Class "GenomicRanges_OR_missing", by class "GRanges", distance 3.
Class "GenomicRanges_OR_GRangesList", by class "GRanges", distance 3.
Class "Annotated", by class "GRanges", distance 4.
signature(x = "gwaswloc"): a character argument to the bracket
will be assumed to be a dbSNP identifier for a SNP locus, and records corresponding
to this SNP are extracted; numeric indexes are supported as for
GRanges-class instances.
signature(x = "gwaswloc"): extract all dbSNP identifiers
as a character vector
signature(x = "gwaswloc"): extract all traits (NHGRI
term 'Disease/Trait') as a
character vector
signature(x = "gwaswloc"): select records by chromosome, a vector of chromosomes may be supplied
signature(x = "gwaswloc"): select all records corresponding
to a given vector of traits
In gwascat package 1.9.6 and earlier,
the globally accessible gwaswloc instance
gwrngs was created upon attachment. This is no
longer the case.
VJ Carey <stvjc@channing.harvard.edu>
1 | showClass("gwaswloc")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.