Using bed file to identify callable sites #28
Replies: 3 comments
-
I might be missing something here but at which stage does gimble produce a vcf? If you mean gimble before we split off gimbleprep, then the answer is that gimbleprep + gimble = old gimble. So the output of the entire workflow should be the same. |
Beta Was this translation helpful? Give feedback.
-
Hi again, Thanks for your prompt answer. Best, |
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
-
Hi :)
I would like to understand how to use the bed file produced by gimbleprep to reproduce the VCF generated by gimble after this first step. It seems like the bed file lists all loci, e.g.,
chr1 0 137 10 sample_1,sample2,sample3,...,sample10
chr1 137 139 11 sample_1,sample2,sample3,...,sample11
chr1 139 169 10 sample_1,sample2,sample3,...,sample10
chr1 169 177 11 sample_1,sample2,sample3,...,sample11
chr1 177 180 12 sample_1,sample2,sample3,...,sample12
Should one pre-filter the bed file to keep only sites supported by more than N samples?
Thanks in advance for your help.
Best,
Beta Was this translation helpful? Give feedback.
All reactions