Description Usage Arguments Slots Examples
An extension to GRanges for representing SNPs
Constructor for SnpGRanges class
1 2 3 4 5 6 7 | SnpGRanges(object = GRanges(), isSnp, ...)
## S4 method for signature 'missing'
SnpGRanges(object, isSnp)
## S4 method for signature 'GRanges'
SnpGRanges(object, isSnp)
|
object |
A |
isSnp |
A logical vector. Each genomic interval in the
|
... |
ignored |
elementMetadata
a SnpDataFrame
1 2 3 | SnpGRanges()
g <- GRanges("chr1", IRanges(15L, 15L))
SnpGRanges(g, isSnp=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.