Description Usage Arguments Value Examples
OverLap
1 |
Bed |
targeted bed file. data.frame contain colunms "Chromosome" "Start" "End" |
regions |
path to bed file or data.frame |
base0 |
A boolen if it is 0 based. |
a list of row number which targetBed overlap with regions.
1 2 3 4 5 6 7 | ## Not run:
exomebed = data.frame(Chromosome = exome[, "Chromosome"],
Start = exome[, "pos"],
End = exome[,"pos"])
OverLap(exomebed, regions)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.