View source: R/DFrame_to_IRange.R
DFrameToIRange | R Documentation |
This function converts DataFrame to IRange.
DFrameToIRange(arrayData = "")
arrayData |
The data to convert. Second column of arrayData is start of IRange, third column of arrayData is end of IRange. For exemple, Data from one of Fetches. |
The data in IRange format.
Alexey Solovyev
myIRange <- DFrameToIRange(data.frame)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.