Downstream analysis of VCF file
1
0
Entering edit mode
2.3 years ago
javanokendo ▴ 60

I have a VCF files which I would like to do all downstream analysis such as Structure, PCA, Linear Discriminant Analysis. Can I get some pointers to the best R packages to do this since I am moving into this field and I really need some assistance.

RNA-Seq rna-seq vcf • 1.3k views
ADD COMMENT
0
Entering edit mode

What types of questions are you trying to assess? That will drive the types of packages and analyses that may be useful for you. Have you tried any packages yet and found them lacking?

This may be a start, it was the first hit I got when I searched for "R package vcf file analysis": https://jnmaloof.github.io/BIS180L_web/2021/05/13/R-SNPs/

ADD REPLY
3
Entering edit mode
2.3 years ago
abedkurdi10 ▴ 190

BCFtools is a great tool to perform a lot of analyses on VCF files. For example, you can use bcftools query module to extract tabulated format of the genotypes and you can run principal component analysis on them. Another example, if you want to compare vcf files, what are the common mutation, what are the unique mutations for each case, you can use bcftools isec module. BCFtools has a lot of modules, it is worth checking it.

ADD COMMENT

Login before adding your answer.

Traffic: 2389 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6