Open chunlinxiao opened 6 years ago
Did these get genotyped by SVTYPER?
On Wed, Jun 13, 2018 at 11:19 AM chunlinxiao notifications@github.com wrote:
Following the example (below) to generate tumor_normal.vcf file, it seems lumpy generated many more somatic SVs than other tools. Do you have any suggestion for filtering some low quality calls from the tumor-normal vcf file?
Run LUMPY Express on a tumor-normal pair lumpyexpress -B tumor.bam,normal.bam -S tumor.splitters.bam,normal.splitters.bam -D tumor.discordants.bam,normal.discordants.bam -o tumor_normal.vcf
thanks
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/arq5x/lumpy-sv/issues/249, or mute the thread https://github.com/notifications/unsubscribe-auth/AAlDUSc4T6Z2XKbJVAY0yqPw57TUKnbZks5t8UmTgaJpZM4Ummqh .
-- Ryan Layer
Not yet.
Just wanted to be sure, for running svtyper on tumor_normal.vcf, the -B option is for tumor_sample.bam, -S option for tumor_sample.splitters.bam, and the -i option for tumor_normal.vcf.
svtyper \
-B sample.bam \
-S sample.splitters.bam \
-i sample.vcf
sample.gt.vcf
thanks
or the -B and -S like:
-B tumor.bam,normal.bam -S tumor.splitters.bam,normal.splitters.bam
?
Using the newest version from https://github.com/hall-lab/svtyper
Don't use -S and both bams to -B
On Wed, Jun 13, 2018 at 1:13 PM chunlinxiao notifications@github.com wrote:
or the -B and -S like:
-B tumor.bam,normal.bam -S tumor.splitters.bam,normal.splitters.bam
?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/arq5x/lumpy-sv/issues/249#issuecomment-397053119, or mute the thread https://github.com/notifications/unsubscribe-auth/AAlDUUbtXxRea9TDzk0gdjsWFEfN3tVDks5t8WRogaJpZM4Ummqh .
-- Ryan Layer
thanks Ryan.
after svtyper, any suggestion for the filtering? thanks.
chunlin
On Tue, Jun 19, 2018 at 9:27 AM chunlinxiao notifications@github.com wrote:
thanks Ryan.
after svtyper, any suggestion for the filtering? thanks.
chunlin
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/arq5x/lumpy-sv/issues/249#issuecomment-398440633, or mute the thread https://github.com/notifications/unsubscribe-auth/AAlDUS-Y1eFjJk1onTakE3JMNsOmMgPUks5t-RhJgaJpZM4Ummqh .
Following the example (below) to generate tumor_normal.vcf file, it seems lumpy generated many more somatic SVs than other tools. Do you have any suggestion for filtering some low quality calls from the tumor-normal vcf file?
Run LUMPY Express on a tumor-normal pair lumpyexpress \ -B tumor.bam,normal.bam \ -S tumor.splitters.bam,normal.splitters.bam \ -D tumor.discordants.bam,normal.discordants.bam \ -o tumor_normal.vcf
thanks