-
Notifications
You must be signed in to change notification settings - Fork 20
filter-bed parameter / option #87
Comments
Instead of using the filter bed file to exclude regions in your manifest file, can't you just remove them from the manifest file? I don't know if that would make a difference, but the filter bed file is intended to be used globally for all samples and not adjusted per sample. The reason you end up with a poorer model fit may be because you are limiting the number of regions. More data will give more points for fitting the model and result in a better fit. You could always filter the regions after the VCF has been produced. Is there a reason you want to filter the regions during CNV calling? As long as you have valid read data in those regions I would use them for CNV calling unless there is a strong reason not to (e.g. runtime constraint, poor read quality in those regions). |
Hi Eric, to use Canvas for Whole Genome Tumor-normal-enrichment, what would I use as a manifest file as this option seems mandatory ? If I create my own manifest file with all region... will Canvas break ?
Thanks |
You should be able to take the manifest file and adjust the regions to match your sequencing data. Canvas should not break. |
Thanks I'll give it a go. |
Hi Eric,
question about --filter-bed for Tumor-normal-enrichment. I was using the filter13.bed file to filter the centromere and all was fine and dandy.. Got results.
I created a bed (0 based as should be) file to filter everything (including the centromeres) that are not exon (so to keep only exon regions). My thought would be that the result CNV files would be smaller than when I only filter the centromeres.
Sample of the bed file: (total of 33491 lines in the whole file)
But no, there are many more CNVs called, lots more.
Other interesting thing, the EstimatedTumorPurity and OverallPloidy values are much better with the Exoms only region.
filter13.bed - (filter centromere) results:
Filter not exon regions bed file results:
Any thought on this, why more CNV when I filter out more regions ?
Is my understanding of the --filter-bed option good ? (In the file regions you want to exclude)
Thanks.
The text was updated successfully, but these errors were encountered: