sampledata {relcircle} | R Documentation |
An example for the data input.
data("sampledata")
A data frame with 74 observations on the following 10 variables.
sig_type
a character vector
qtl_type
a character vector
cg
a character vector
rs
a character vector
rs.CHR
a character vector
rs.POS
a numeric vector
rs.gene
a character vector
cg.CHR
a numeric vector
cg.POS
a numeric vector
cg.gene
a character vector
The input data must contain cols that sampledata has
nothing
2016 tutorial
data(sampledata)
## maybe str(sampledata) ; plot(sampledata) ...