That's how far I've gone - I managed to map every SNP to a gene name (if known) in my database. But checking each SNP would be quite time consuming (I know the gene-by-gene checking is not two-minute task) but I thought it would be easier/better to check sequence of the gene and then spot the differences to the model.
Is what I'm trying to achieve even possible? I keep reading about comparison and genome data analysis but I must be missing something...
I don't have to have it automatically, as long as I'm able to put together the whole sequence for a gene and check it against a model that would be fine.. (I can figure it out programmatically later on)

At this point, your question isn't clear to me. When you say How do I compare the sequence from my results to the Human genome?, what kind of comparison are you wanting to perform? There are many types of comparisons you can perform, and multiple ways to pursue any of those comparisons.
For example, you could take your sequence for AGRN and Blast it against the human genome to see specific mismatches.
In what format do you have your results? Bonus points if you paste some of that output. That can greatly help us assist you.
Thank you Deedee and Jorge Amigo for responding..
My apologies.. I had a suspicion I may have not been very clear. I will try again.
If I wanted to use BLAST, how do I get the whole sequence of that ARGN gene from my genome mapping..
So my SNPs for AGRN look like below:
Let's say I'm very interested in this gene and I would like to find out if I have any mutations in its sequence and of course related papers published by scientists can tell me what it could mean.
I know it's a long shot and at the moment I am not looking at anything specific, but I would like to learn how to read such data properly
I still don't understand why you would want the gene's fasta sequence, but you can get it from its NCBI's entry, where the entire gene is thoroughly described.
take into account that if you want to get the sequence around each SNP only you can get it from dbSNP directly.
Okay let me rephrase the question, hopefully it will make more sense:
How do I create gene sequence from SNPs that I have to find irregularities and variations in bases compared to the model?