Genomic Coordinate Annoation
1
0
Entering edit mode
ari_sh70 • 0
@ari_sh70-20710
Last seen 5.0 years ago

Hi everyone!

I have a question that I would really appreciate it if you help me out, please!

I have a list of data that I would like to know how to find out the gene's names in the regions. The dataset which is a text file has the following format:

Segment               Count              First                 End
0                      258               1_1960674             1_2013259
1                      85                1_3057480             1_3257840
2                      185               1_3340901             1_3783903
3                      215               1_209363247           1_209995470

In this dataset, the first column is the number of segment, the second column is representing the number of SNPs per segment, and the third and fourth columns are representing the smallest and largest SNPs number for each segment. I should note that the values of the third and fourth columns are the combination of the chromosome number and its position Now, how can I understand the gene names in these regions?

Thank you very much

annotation • 555 views
ADD COMMENT
1
Entering edit mode
Julie Zhu ★ 4.3k
@julie-zhu-3596
Last seen 6 months ago
United States

You could try to use annotatePeakInBatch to annotate the regions by setting the parameter output to "overlapping" https://www.rdocumentation.org/packages/ChIPpeakAnno/versions/3.6.5/topics/annotatePeakInBatch

For more information, please refer to http://bioconductor.org/packages/release/bioc/html/ChIPpeakAnno.html

Best regards,

Julie

ADD COMMENT
0
Entering edit mode

I will do that! Thank you very much for your answer!

ADD REPLY
0
Entering edit mode

You are very welcome! Please note that I changed "both" to "overlapping" in the above post to fit your needs.

Best regards,

Julie

ADD REPLY

Login before adding your answer.

Traffic: 710 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6