I have a bed file of read locations that looks like
chr1 193244 193246
chr2 293244 293246
etc.
I want to identify where they lie on hg19 (what gene, intronic or exonic etc.) How do I automate this? The data spans a number of chr's, but I would still like a visual UCSC like output, as well as a txt one if possible.
chr1 193244 193246
chr2 293244 293246
etc.
I want to identify where they lie on hg19 (what gene, intronic or exonic etc.) How do I automate this? The data spans a number of chr's, but I would still like a visual UCSC like output, as well as a txt one if possible.
Comment