You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we compare peptide sequences against a reference proteome from Ensembl.
It would be more correct to create a proteome that incorporated SNPs that impact protein sequence and then look for matches between our peptide sequence and THAT personalized proteome reference.
We could take our germline VCF, use it to update a reference genome fasta with het/hom SNPs, extract CDS sequences based on all annotated protein coding transcripts from Ensembl and then build the peptide reference for comparison from that.
The text was updated successfully, but these errors were encountered:
For a description of a graph based approach to tackling this problem refer to section: "Derivation of Splicing-Derived Peptides" from Kahles et al. "Comprehensive Analysis of Alternative Splicing Across Tumors from 8,705 Patients."
Currently we compare peptide sequences against a reference proteome from Ensembl.
It would be more correct to create a proteome that incorporated SNPs that impact protein sequence and then look for matches between our peptide sequence and THAT personalized proteome reference.
We could take our germline VCF, use it to update a reference genome fasta with het/hom SNPs, extract CDS sequences based on all annotated protein coding transcripts from Ensembl and then build the peptide reference for comparison from that.
The text was updated successfully, but these errors were encountered: