FWS calculation using plink data
Hi, I have Plink files (bed, bim and fam) and Is it possible I can calculate fws values for each snps with plink data. I tried to convert plink to vcf and tried vcftools but it thows an error.
vcf
fws
plink
• 600 views
•
link
written
by
anithanagaraj93 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Maintaining SNP names when calculating allele frequencies from a VCF file on plink 1.9
written by Shreyas •I downloaded the following vcf file from https://www.internationalgenome.org/. http://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20130502/ALL.chr22.phase3_shapeit2_mvncall_integrated_v5b.20130502.genotypes.vcf.gz I wanted to first try and calculate allele frequencies, and then from there calculate allele frequencies …
-
Merge only bim files with plink
written by mgdrnl •Hello For the same dataset they provide a single BED and FAM files for all the chromosomes. However, the BIM files are split in chromosomes. …
-
Convert 70 VCF to PED and MAP plink files
written by anithanagaraj93 •Hi everyone, I have 70 VCF files (1 per region), So need to create PCA plots and Admixture Analysis. I go through the PCA and …
-
How to recode VCF from bed bim and fam files in plink with filter?
written by DN99 •I am trying to create a vcf in plink. Currently as a practice run I have tried this with just looking at chromosome 1 and …
-
How to keep the same alleles order between bim file and vcf file?
written by jiumeng66 •Hi, I am trying to convert bed/bim/fam files to vcf file using plink. However, I found that some alleles orders changed. For example, the allele …
-
How to keep the same allele order of VCF and bim file?
written by jiumeng66 •Hi, I am trying to convert bed/bim/fam files to vcf file using plink. However, I found that some alleles orders changed. For example, the allele …
-
Convert and filter VCF by a pre-existing BIM
written by jlawlor •Hi all, I'm trying to convert a VCF to PLINK format (BED/BIM/FAM), however I'd like to do so using a fixed, pre-existing BIM file. In …
-
How is it possible to create a .fam file with PLINK with phenotypic data (for GEMMA)?
written by beausoleilmoI want to use GEMMA to calculate association mapping. But I need a .fam file to run the GEMMA program. Like this: gemma -bfile plink …
-
plink 1.9 PED to VCF, SNPs differ on input and output files
written by stolarek.irHi, I am using plink v 1.9 to convert my ped file to vcf with command: ./plink --ped file.ped --map file.map --recode vcf --out ped_to_vcf …
-
Convert Bam To Bed/Fam/Bim
written by Anjali •<p>Hi,</p> <p>I used Bedtools to convert BAM to BED format for my sequencing data. But together with BED I need the corresponding BIM and FAM …