extract_netcglyc_results.pl - This program is part of a pipeline of programs for SNP annotation. It uses a program called netcglyc and predicts C-mannosylation sites in mammalian protein on amino acid: http://www.cbs.dtu.dk/services/NetCGlyc/output.php
if the 2 alleles of a protein show a different signal then there is loss or gain of signal.
if allele1 has a prediction and allele2 doesn't, then there is loss of signal.
if allele2 has a prediction and allele1 doesn't, then there is gain of signal.
extract_netcglyn_results.pl - This program is part of a pipeline of programs for SNP annotation. It uses a program called netnglyc and predicts N-Glycosylation sites in human proteins on amino acid using artificial neural networks that examine the sequence context of Asn-Xaa-Ser/Thr sequons: http://www.cbs.dtu.dk/services/NetNGlyc/output.php
if the 2 alleles of a protein show a different signal then there is loss or gain of signal.
if allele1 has a prediction and allele2 doesn't, then there is loss of signal.
if allele2 has a prediction and allele1 doesn't, then there is gain of signal.
extract_netoglyc_results.pl - This program is part of a pipeline of programs for SNP annotation.
It uses a program called netoglyc and predicts O-glycosylation sites in mammalian protein on amino acid
http://www.cbs.dtu.dk/services/NetOGlyc/
extract_netoglyc_results.pl - This program is part of a pipeline of programs for SNP annotation. It uses a program called netoglyc and predicts O-glycosylation sites in mammalian protein on amino acid http://www.cbs.dtu.dk/services/NetOGlyc/
if the 2 alleles of a protein show a different signal then there is loss or gain of signal.
if allele1 has a prediction and allele2 doesn't, then there is loss of signal.
if allele2 has a prediction and allele1 doesn't, then there is gain of signal.
WARNING : for this first version your vcf file has to have only one sample
In the output file column not used for a variant is filled by NA"""
__description__="Write a tabulated file with count of each read for each alternative allele whatever the alleles number. The objective is to import the file in R to compute real alleles frequencies. Columns in the output file will be #chrom #pos #nbAlt #DPTotal #nbRef #nbAlt1 ... #nbAltn WARNING : for this first version your vcf file has to have only one sample. In the output file column not used for a variant is filled by NA"