bmData | R Documentation |
This is constructor fo bmData objects.
bmData(
value1 = NULL,
value2 = NULL,
pos = NULL,
chr = NULL,
gr = NULL,
sampleNames = NULL,
valueNames = NULL,
...
)
value1 |
the first value to be stored, a matrix-like object |
value2 |
the second value to be stored, a matrix-like object |
pos |
A vector of locations |
chr |
A vector of chromosomes |
gr |
An object of type GRanges |
sampleNames |
A vector of sample names |
valueNames |
the name of value1 or value2 or both. The order maps to the value. |
... |
other parameters from |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.