More posts like this
-
Generating .bed file and .map file for polyploid vcf file through plink
written by Bushra BibiDear all, I need bed files for **admixture** and **map** files for **beagle imputation** for **polyploid** plant. I tried through **Plink** but it do not …
-
Does ploidy in variant calling affect admixture detection with TreeMix?
written by Michael DondrupAdmixture and hybridization are common in domesticated yeasts. I need to run TreeMix to detect or rule out (there isn't much evidence for it in …
-
How to filter bam file for only reads that span certain regions of the genome?
written by kaufman.eli.j •Hello, is there a tool that can find only the reads that span the entire section(s) that I am interested in. Ideally I would just …
-
BWA- SAM tools alignment default parameters
written by bestone •hello, I will do whole genome sequencing in apricot. I should do an alignment with my data. I think that I need default parameters to …
-
Parameter setting of NGSadmix
written by Daier •1. If I want to repeat NGSadmix 10 replicates for each k value, the following is my command. What flag should I use to set …
-
replicate analyses and divide snp subsetsin admixture
written by Daier •How can I use the admixture command to divide a large number of SNPs into subsets? For example, 50K SNPs are divided into 50 subsets, …
-
BLAST configuration for siRNA off-target search
written by rezaeir75 •*I have several siRNA sequences that I need to find their off-targets.* - How can I efficiently use **NCBI BLAST** to find the off-targets? - …
-
Kissplice: Output file for phylogenetic and population structure analyses
written by AidaMG •Hello, I used Kissplice to identify SNPs in RNA-seq data without reference. I'm trying to use those SNPs for population structure analyses (admixture/structure) and for …
-
Why is my ADMIXTURE random seed always 43
written by devenvyas<p>Hello, I have been running replicate analyses with ADMIXTURE. They always come out with the same CV value and similar likelihood values, so I was …
-
How Do I Figure Out What Parameters To Use For Bwa
written by KCC<p>When using bwa, I usually do the following:</p> <p>bwa aln -t 4 genome_index reads.txt > reads.txt.bwa</p> <p>bwa samse genome_index reads.txt.bwa reads.txt > reads.sam</p> <p>So, everything …