Description Usage Arguments Value Examples
View source: R/makeExampleMatchedDataSet.R
This function will generate an example dataset as input
for matchRanges()
.
1 | makeExampleMatchedDataSet(type = "GRanges")
|
type |
Character designating which type of dataset to make. options are one of 'data.frame', 'data.table', 'DataFrame', 'GRanges', or 'GInteractions'. |
Returns an example dataset for
input to matchRanges()
.
1 2 3 4 5 6 | ## Make examples for matchRanges()
makeExampleMatchedDataSet()
makeExampleMatchedDataSet(type = 'data.frame') |> head()
makeExampleMatchedDataSet(type = 'data.table')
makeExampleMatchedDataSet(type = 'DataFrame')
makeExampleMatchedDataSet(type = 'GRanges')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.