More posts like this
-
Retrieving rs IDs from chromosome, position, and alleles
written by Jaehyun •Hello, I would like to ask whether I could get rs IDs of variants with chromosome, position, and allele information. I tried the previous method …
-
Find gene regions (START and END) using gene IDs
written by MahanI have a list of gene IDs. I would like to know if there is a way to find the gene regions (START-END) on GRCh37 …
-
How to obtain SNP rs ids using CHR:POS_A1_A2 format?
written by MahanI have a list of SNPs as below and I would like to obtain SNP rs ids: 1 1:734349_T_C 1 1:753405_C_A 1 1:754182_A_G 1 1:754192_A_G …
-
Get rs ids using chromsome coordinates
written by MahanI have: CHR START END Effect_Allele Ref_Allele columns (hg38) I want: CHR START END Effect_Allele Ref_Allele RS_ID I would like to get the SNP rs …
-
Get Rs Number Based On Chromosome and Position
written by aiteteji •Hello Biostars, I have a list of chromosome and coordinates in my vcf file, see examples: 1:10327 1:10434 1:10440 1:10469 ... Is there anyway to …
-
How To Get Chromosome Position Given Rs Number?
written by BlackHole •I have a list of a 5 hundred thousand SNPs given by rs number. I want to get the chromosome and position for each SNP. …
-
Gene Ontology mining from IDs
written by aj123Hi, I have a list of GO IDs and would like to know how I can get their associated term?
-
How can I get a list of all SNPs from a gene of my interest?
written by MahanI would like to download the list all SNPs for a gene of my interest with all their details like Chromosome, Physical position etc. How …
-
How to filter the specific SNPs from whole genome data (SAS datasets)?
written by MahanI have a whole genome SNP data for few hundred patients stored in SAS datasets and I would like to know, How I can filter …
-
How To Get Chromosome Position Given Rs Number?
written by chrismas05 •<p>I have a list of a few hundred SNPs given by rs number. I want to get the chromosome and position for each SNP. For …
try dbSNP vcf.
Using Entrezdirect: This will provide location for latest genome release
Thank you ~ can you please suggest, how can I do this for > 1000 SNPs in my list?
table to convert RS names to CHR-POS-REF-ALT (es GnomAD) ; Search dbSNP for hg19 based coordinates ; SNP rs ID batch query ; ....