I know this is very common questions. But my input list is huge. So it would be nice if I can just input my whole list and output.
So I have a huge list of chromosomal positions in a excel file that looks like below. I want to find the genes between each start and end positions of chromosome.
chr start end prob_no
1 196792690 196829513 36823
1 248572774 248633821 61047
2 41011303 41024125 12822
2 52516787 52554404 376176
3 189645889 189653199 7310
3 193160173 193165114 4941
How can I get the gene lists? It would be also nice if I could get the output like this
chr start end prob_no genes
1 196792690 196829513 36823 gene1, gene2.....
Hi akij,
If an answer was helpful you should upvote it, if the answer resolved your question you should mark it as accepted.
Cheers,
Wouter
OP has not been seen for >1 year. I'll toggle all upvoted answers as accepted.