Hello there,
I have RNAseq data and I'm looking for some variants. I plan to call it with the GATK pipeline described here:
http://gatkforums.broadinstitute.org/gatk/discussion/3891/calling-variants-in-rnaseq
The problem is that I have 3 samples and several data (3 paired end) for each sample. Example:
1) Sample 1
2) Sample 2
3) Sample 3
In order to get one vcf file at the end, Iam confused how to deal with these files.
I have some ideas, but I'm not sure so your suggestions will help me :)
1) Merge all the PE together so I'ill have one PE data for each sample ?
2) Mapping with star each run and add read group information ?
3) At which point do I merge the sample ?
rnaseq
variant