Description Usage Arguments Value Examples
This generic function sets the positions of the SNP data. Should be used if you use alignment formats to store SNP data (i.e., data restricted to the polymorphic positions).
1 2 | ## S4 method for signature 'GENOME'
set.ref.positions(object, positions)
|
object |
an object of class |
positions |
a list of reference positions |
returned value is a modified object of class "GENOME"
1 2 3 4 5 | # GENOME.class <- readData("\home\Alignments")
# GENOME.class
# GENOME.class <- set.ref.positions(GENOME.class,list(c(1000,2001,3000),
# c(3200,12000)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.