I have a list of genomic positions in the human genome, and I want to get a general idea about the genomic context of the flanking regions (GC richness, spanning a gene (exon/intron), etc.).
The file is
chr pos
e.g.
13 1234567
Is there a simple way to go about this?
Thank-you!