sampledata {relcircle} | R Documentation |
Sample Data
Description
An example for the data input.
Usage
data("sampledata")
Format
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
Details
The input data must contain cols that sampledata has
Source
nothing
References
2016 tutorial
Examples
data(sampledata)
## maybe str(sampledata) ; plot(sampledata) ...
[Package relcircle version 1.0 Index]