zhqingit / giremi

GIREMI is a method that can identify RNA editing sites using one RNA-seq data set without requiring genome sequence data.
42 stars 15 forks source link

SNV list strategy for normal and tumor samples #32

Open u9090 opened 7 years ago

u9090 commented 7 years ago

Hi,

I am trying to detect RNA editing differences between RNASeq normal and tumor samples from the same individual, but I am a bit confused about the list(s) of SNV to use.

I am using the following strategy but not sure if it is correct: (1) detect germline mutations from normal (with GATK HaplotypeCaller) (2) detect germline and somatic mutations from tumor (with GATK Mutect2) (3) Discard homozygous variants (4) Annotate the variants and tag the ones present in dbSNP and COSMIC databases (5) Call RNA editing sites in normal and tumor separately with their respective lists (6) Check which sites are present in tumor but not in normal.

Questions:

Thanks !