as.list.locus | R Documentation |
This converts a locus
object into a list
so that
you can use locus
objects in a column of a list
.
## S3 method for class 'locus'
as.list(x, ...)
x |
An object of type |
... |
Additional objects that are passed to |
A list
object.
Rodney J. Dyer rjdyer@vcu.edu
loc1 <- c( locus(1:2), locus(1:2), locus( c(1,1) ) )
df <- as.list( ID=1:3, NAMED_LOCUS=loc1, loc1 )
df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.