I have a list of >1M SNP rs ids for which I would like to find the chromosome and the position. Can you please suggest how can I do this?
Thanks in advance
Hi Mahantesh,
One way to search a large number of TSIDs is to run VEP:
http://asia.ensembl.org/Homo_sapiens/Tools/VEP
Another is to download the DBSNP database and use GREP or AWK to pick the annotations.
Hi Pawel! Thanks for your suggestions. I have about 1M SNP and I'm wondering if these two methods are suitable? Will you be able to share the code for the second method? Thanks in advance
The syntax below, you need to run either on UNIX or OS (Mac). The resulting file will be sorted by chromosomes and have the following fields:
#CHROM, POS, REF, ALT, QUAL, FILTER, INFO
=> Syntax for unzipped DBSNP file:
grep -w -f /path/to/your/list_of_rsids /path/to/dbsnp_file.vcf | sort -k1.4,1 -V -s > /path/to/your/new_file
=> Syntax for gzipped (GZ) DBSNP file:
zgrep -w -f /path/to/your/list_of_rsids /path/to/dbsnp_file.gz | sort -k1.4,1 -V -s > /path/to/your/new_file
Your RSID file should have 1 column. IF you have done the list in Windows, you need to convert to UNIX format (UTF8):
#nstall the package "dos2unix" in UNIX or OS:
sudo apt install dos2unix
#input the password
#then run
dos2unix -n /path/to/your/rsid_file /path/to/your/new_rsid_file
Hope it helps :-)
Thank you so much, Pawel! let me try this one.
Design a system HONEY BEE COUNTER with following specifications. The bees are assumed to enter the bee hive in rectangular box through a small hole. Another hole is made for the bees to exit....
24 December 2023 1,846 2 View
What is Most cost effective design for Generation of Hydrogen from PV solar for Multi MW project size ?
05 April 2023 3,389 1 View
How can I calculate EAF using freq_cases and freq_controls (effect allele freq in case and controls)
26 July 2022 7,087 1 View
I need to asses trichome density of cotton leaves, please suggest me some automated software to to count trichomes
01 February 2022 4,319 0 View
I have a big list of significant SNPs (>30K) from a GWAS/meta-analysis. Can you please suggest what are some best ways to find the respective gene names and further classify them as already...
22 November 2021 1,151 3 View
Is there anyone tested potential of PRISMA (PRecursore IperSpettrale della Missione Applicativa) i hyperspectral data for varietal discrimination?
24 June 2019 8,113 2 View
In general, in linear MPC, n-step ahead prediction is done recursively using state space model. But how can we predict (n-step ahead prediction) the system output in case of nonlinear MPC (state...
13 September 2018 292 2 View
Suppose if we have waste sample having BOD 4500 mg/l , how to reduce its BOD to say around 100-180 mg/l to carry out laboratory level experiment. And how to decide its dilution fraction
11 January 2015 2,387 19 View
Has anyone tried or has any hands-on experience with thermal infrared imaging with UAVs (payload capacity less than 500gm) for agricultural applications.
13 December 2014 2,666 7 View
What is the latest management practice for stalk rot of maize? stalk rot of maize/corn
15 October 2014 1,438 2 View
After performing symmetric PCR, PCR purification was performed. Afterwards, asymmetric PCR was performed using the PCR purification product as a template, but no ssDNA band was confirmed in the...
08 August 2024 1,668 3 View
Is this website real? https://isar.org.in/event/registration.php?id=2434532
08 August 2024 484 1 View
What information we can get from PXRD analysis other than from SCXRD analysis of a crystal ?
30 July 2024 6,261 4 View
I am currently working on a project involving liposomes and need to determine the maximum volume of siRNA that can be added to a 2.5 mL liposome solution with a total lipid concentration of 10...
30 July 2024 6,420 1 View
we have few papers ready for submission, and we need one co-author for each article who can pay article fee. Interested authors may text here or contact me on my following email id [email protected]
29 July 2024 6,626 0 View
How to apply magnetic field parallel to b axis of any crystal
29 July 2024 4,083 2 View
Hi, Now I am doing a single-base editing by using HiFi Cas 9, guideRNA, single stranded DNA, HDR Enhancer V2 and my tranfection mehtod is lipofection (RNAiMax). Unfortunately, after gene editing,...
26 July 2024 2,136 0 View
I am currently conducting a mendelian randomization study, and I was attempting to use PhenoScanner to look for potential confounders associated with the selected SNPs (any SNPs significantly...
23 July 2024 5,703 0 View
I have immunized BalB/C mice with a protein using the intradermal (ID) method with Complete Freund's Adjuvant (CFA) and Incomplete Freund's Adjuvant (IFA), following a 14-day interval and three...
22 July 2024 9,160 2 View
Hello, I'm trying to create parameter and coordinate files for a drug (PRG-A01) found on the following page: http://www.probechem.com/products_PRG-A01.html I used the guide made by Michael...
17 July 2024 3,472 3 View