I have a dbSNP annotated SNP calls file. The file contains following columns:
Hugo_Symbol Entrez_Gene_Id Chromosome Start_position End_position Strand Variant_Classification Reference_Allele Tumor_Seq_Allele1 Tumor_Seq_Allele2 dbSNP_RS Genome_Change Annotation_Transcript Transcript_Strand cDNA_Change Codon_Change Protein_Change NP_id NP_region(note) NP_bond NP_site CDD_structure_id cosmic_total_mutations_in_gene
Now I want to make LOH (Loss of heterozygosity) calls on the basis of this data.
Is this possible?? If yes, which tool can be used??
Thanks.
is there specific reason that you tag as r too?
Yes, the tag for "r" is odd.
For me, it would help to see some data as well because I am trying to guess what information you'd have in the columns Tumor_Seq_Allele1 and Tumor_Seq_Allele2. Could there be missing data - which would indicate possible loss of heterozygosity (LOH)?