Closed bampress closed 4 years ago
Hi
try SEDEF: https://www.ncbi.nlm.nih.gov/pubmed/30423092 code: https://github.com/vpc-ccg/sedef
ok,I'll have a try. Many thanks for your timely reply!
I am in the same situation, but SEDEF is deprecated. The replacement BISER produces a BEDPE file. Will SONIC accept the BEDPE format?
Hi Miles
you can easily convert it to BED with something like
awk '{OFS="\t"; print $1,$2,$3"\n"$4,$5,$6}' biserdups.bedpe | bedtools merge > biserdups.bed
I'm doing research on plant species, and I don't have a finished segmental duplication file for it. How can I generate this input file for sonic? Any advice? Many thanks ^_^