Hi everyone, I need to find the human genomic sites which are invariant among all the individuals (identified by sequencing in all individuals and also without SNP). I know the sites which are not included in the 38 million SNPs identified by the 1000 genome project are possible candidates. However, not all of them are necessarily sequenced or covered in all individuals. One possible way to get such invariant sites is to first find the sites which are covered in all individuals and then subtract the SNP sites. Does anybody know how to get such information or where to get it (exclude extracting such information from the raw mapping data)? Thanks very much.
The vcf file by definition can record monomorphic sites (sites without alternate alleles), however the vcf files from the 1000 genomes release (ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20110521/) seems only contain SNPs, INDELS, SVS but no monomorphic or invariant sites.