makebmDataFromData.internal | R Documentation |
make dmData object from data
makebmDataFromData.internal(data, sampleNames = NULL)
data |
lists object |
sampleNames |
the name of each samples |
This internal function was inspired by DSS::makeBSseqData.
The objects in data
must have specific forms. Colunms should be
features, which should be organized in the order of "chr", "pos", "value1",
"value2(optional)". chr stands for chromosome. pos stands for position on
chromosome, also known as coordinates. value1/2 stands for the value on each base.
The colnames can be any character but must be in the order. Rows stands for each
observation.
dmData object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.