Thanks for the answer! These data on genome-wide sequencing (as indicated by the authors in NCBI), but they do not exactly cover the entire genome and were originally used by the authors for other purposes. (this data not from human).
I know about GATK and VEP, but I have technical difficulties with how to actually start manipulating my files. I used to this time only: fastqc - trimmomatic - bowtie2 - samtools/bcftools - vcftools. As a result, I received a sorted file with aligned and deduplicated reads (bam), as well as a file with variations (vcf)
Therefore, I wanted to know how to associate my files (bam and vcf) with the Ensemble file (gtf)? Or make this GATK? Examples of commands? First: That is, find out what genes are read. Second: which of the read genes have variations.
Otherwise, we can say why and how to continue here? Sorry if the question seemed very general. Thanks.