Entering edit mode
18 months ago
herh
▴
10
I had a bed file, output of a CNV prediction software containing the columns name, chromosome, starting_index, ending_index and prediction(duplicate or deletion). I need to give a numerical result for this output. I have the bam, bam.bai and bed files of the original dataset. How can give a measurement of the output and which tools I can use?
what kind of measurement do you need ? I see one bed file in your description , what are the TWO bed file ?
Actually, I am asked to use truvari tool but it works with vcf datasets. So, indeed I need a benchmarking measurement. One bed file is the output of the program which gives a prediction of deletion or duplication. The other bed file contains 5 columns; chromosome, ID, one column has a number range between 0 and 1.
convert the bed to vcf and use truvari.