FindNearbyGenes | R Documentation |
Find all genes within specified distance of each genomic region
FindNearbyGenes(regions, genes.anno, distance, chr.lengths, region.name = NULL)
genes.anno |
Gene annotations generated by the geneAnno function |
distance |
Distance to search for genes |
chr.lengths |
Chromosome sizes |
region.name |
Name of each region if in the GRanges metadata. Otherwise set to null. |
gr |
Genomic regions |
List of genes within specified distance of genomic regions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.