View source: R/findOverlapValues.R
findOverlapValues | R Documentation |
Find Overlaps between two genomics ranges and returns the coincident values. Used to search overlaps between CpGs (selected data) and Fetal Placenta (complete data)
findOverlapValues(selected, complete, outputdir = ".", outputfile = NULL)
selected |
Genomic Ranges Variable that we are interested to enrich with data obtained from 'comlete' genomic ranges |
complete |
Genomic Ranges with Fetal Placenta data 15 or 18 or other genomic ranges that overlaps with selected genomic ranges |
A list with the Overlap results
"ranges"A subset by overlaps
"hits"Coincident data between selected and complete
"shits"Subject hits
"qhits"Query hits
"values"Coincident names associated to each position
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.