More posts like this
-
allele matching between identical genotypes
written by rj.rezwan •Hi, I have the variant calling output in the form of `vcf` files. Variant calling was done with `GATK haplotypecaller`. I am interested in performing …
-
Mapping genes from VCF by exclusively using python
written by ManuelDBI want to map the gene of a list of CNVs in a VCF. I know I can do this (and also it is the …
-
How to extract all annotations in a genomic range from NCBI using R?
written by SolowarsHello all, I want to study the genes in the neighbourhood of a number of genes of interest across multiple species. For several reasons, I …
-
R or Biopython for Natural Product Research?
written by dicenhour •I am a natural product chemist interested in learning how to use bioinformatics to conduct my search for interesting biosynthetic gene clusters more efficiently, but …
-
Running Mpileup on a list of SNP regions
written by AK2019 •Hello! Budding bioinformaticion here so please bear with me here.. I am trying to run mpileup on a bed file (chrX start stop) that contains …
-
Learn python programming
written by solmazhaddadi4003 •I am bioinformatic student but I am not good at programing ,now I want to start to learn python ,but I don’t know how can …
-
What is a rational way to filter VCF and other genome files using BED file with selected genes?
written by matveyspr •What is a rational way to filter VCF and other genome files using BED file with selected genes? I found similar there -- https://www.biostars.org/p/46331/. Is …
-
Merging multiple vcf files into one
written by hpapoliHello, I have 280 vcf files, each containing about 200 SNPs from a genotyping experiment. I need to merge all these so I can have …
-
RNA-seq SNP analysis
written by sbombin •Hello, I generated VCF and .bam files from transcriptomes files of C.remanei. Now, I want to do some functional annotation of SNPs or some other …
-
Dbsnp : Best Way To Obtain Data On Snps
written by Biomed<p>I have variations from different humans (next gen sequence). Some of these variations are known SNPs in the dbSNP database. I want to get more …
If you're looking for variants shared over multiple samples, you can check out bcftools isec command.
There are multiple ways of doing this and probably you could find many similar posts in the forum, such as Intersect multiple VCF files