More posts like this
-
How can I create genetic map for impute2 using vcf files containing SNPs?
written by Sakib •I am new to bioinformatics and am trying to perform imputation on a plant dataset. First, I aligned reads to the reference genome and then …
-
Genetic distance in cM from VCF of non-reference species to run Beagle
written by Noctiluca •I'm working with a resequenced genome of a non-reference species. The VCF contains ~7 mln of SNPs, all with their relative position on their own …
-
Why is Beagle v5.4 (imputation) not giving Allele Frequencies (AF) and DR2 in my output?
written by Olivia •Hi there! I have just imputed some low-coverage (<4x) whole genome sequencing samples using a WGS reference panel (>10x) and Beagle v5.4: ``` java -jar …
-
Beagle: Skip intervals with no common markers
written by NS •Hi I am using Beagle to perform genotype imputation. I first used conform-gt to adjust genomic position, allele order and chr strand of the markers …
-
How to build an imputation reference panel from a fasta file of many samples
written by moxuI have a fasta file for dozens of thousands of human mitochondrial genome sequences (aligned already) in fasta format. I want to construct a reference …
-
Aligning whole genome sequencing pair-end reads with a previous made STACKS catalog from ddRADseq p…
written by rujiporn.sun •Hi, I have whole genome sequencing pair-end reads which I would like to match to a previously made catalog generated by ddRADseq pair-end reads. What …
-
Tutorial: Produce PCA bi-plot for 1000 Genomes Phase III in VCF format (old)
written by Kevin Blighe**NB - Update July 29, 2020 - this thread will no longer be watched and, for all intents and purposes, will now be archived** **NB …
-
Formulating the best imputation strategy for multiple GWAS chips in an admixed population
written by LauferVA<p>I want to find the best way to impute 5 different chips (Omni 1M, Omni 1S, MEGA, Omni 5M, Immunochip) for a GWAS study in …
-
Trimmomatics parameters for WGS data quality improvement
written by ravi.uhdnisHello everyone, I have approx. 30X whole genome data of Human samples (5) [illumina HiSeq 2500, PE sequencing] and want to run Trimmomatics just for …
-
Next-Generation Sequecing And Quantitative Traits Association Study
written by sorento7 •<p>The collaborators have provided me with whole-genome sequencing (30x) called SNPs of ~800 human subjects, processed with a recent version of illumina CASAVA. The SNP …
What are the specifications of your computer system? Imputation is a compute-intensive task.
It is a server with 200BG ram. and here is the cpu:
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
CPU(s): 32
Thread(s) per core: 2
Core(s) per socket: 8
Socket(s): 2
Model name: Intel(R) Xeon(R) CPU E5-2640 v2 @ 2.00GHz
CPU MHz: 2299.921
Thanks - seems that you have more than enough power. Can you take a look at my answer here to ensure that you are running it correctly? - A: Running Beagle for imputation
You are allocating enough memory via
-Xmx, right?