as.locus | R Documentation |
This takes several things and shoves it into the constructor
as.locus(x)
x |
An object that is to be turned into a |
An object of type locus
Rodney J. Dyer rjdyer@vcu.edu
locus
lst <- list( "A", "B" )
as.locus( lst )
vec <- 1:2
as.locus( lst )
chr <- "A"
as.locus( chr )
chr.sep <- "A:A"
as.locus( chr )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.