Hi!
I'm begining to work on the SV/CNV dicovery field. I found many different methods to do this. The majority of them take as input mapped reads, but there is few documentation of the parameters that we must be used.
For methods that analyse the paired mapping abnormalities, it seems that we must return all possible hits, and we must perform single end alignment even if we have paired end reads.
For methods that analyse split read alignment, it seems that non gapped alignment is required and all hits must be returned.
Very few programs speak about duplicated reads (must we removed them?), or masking reference genome (should we mask the reference before or after the mapping?).
I'm not shure that there is one unique mapping process that may be used to all the SV CNV mehods, but have your point of view will may be inspired me!. So what software do you use for mapping and SV/CNV discovery and what parameters do you use for the mapping?
I will begin my test with BWA ungapped and all possible hits (-n 600 -N 600) and I will see if there is different with the default parameters.
Best regards
Maria
I'm begining to work on the SV/CNV dicovery field. I found many different methods to do this. The majority of them take as input mapped reads, but there is few documentation of the parameters that we must be used.
For methods that analyse the paired mapping abnormalities, it seems that we must return all possible hits, and we must perform single end alignment even if we have paired end reads.
For methods that analyse split read alignment, it seems that non gapped alignment is required and all hits must be returned.
Very few programs speak about duplicated reads (must we removed them?), or masking reference genome (should we mask the reference before or after the mapping?).
I'm not shure that there is one unique mapping process that may be used to all the SV CNV mehods, but have your point of view will may be inspired me!. So what software do you use for mapping and SV/CNV discovery and what parameters do you use for the mapping?
I will begin my test with BWA ungapped and all possible hits (-n 600 -N 600) and I will see if there is different with the default parameters.
Best regards
Maria
Comment