Is there a way to find out if a SNP is located in an miRNA coding region?
For example, if I have a list of SNPs, is it possible to find out how many of my SNPs are located in an miRNA coding region using rsID or genomic coordinates as input?
If you have a list of SNPs coming from a NGS experiment and processed by a software like snpEff, you should have the genomic coordinates of this SNP and also the gene where it is located. You should check if you have some miRNAs in this gene list and then go to miRbase to see if the SNPs are in the mature sequence. I do not know any tool that does this directly.
1-Obtain your SNPs coordinate (try dbSNP batch query to do this). The SNP coordinate is zero-based.
2-Download miRNAs coordinate from miRBase. You need to extract the miRNAs mature (miRs) coordinate
.3-upload your files on the Galaxy server. You need to specify your file type. The file type must be interval(A tabular file with columns as chr, start, end, annotation).
4- Try the tool "intersect two intervals" from the Galaxy tools.