Combine bed files from alignment of merged and unmerged reads. Deduplication is based on UMI and breaking point as well as the relative duplicate degree of reads.
1 2 3 4 5 6 7 8 9 10 11 |
mgBed |
the file path of bed from alignment of merged reads |
fqBed |
the file path of bed from alignment of unmerged reads |
outdir |
the folder of output |
qThreshold |
the threshold of alignment quality filter. Default value 20 means keep only > Q20. |
theta |
a parameter controlling the looseness of filter by duplicate degree |
fThreshold |
the minimum duplicate degree allowed for further analysis. |
monoSite |
a threshold that insiteCode with frequency above it will not be filtered by breaking point |
collapse |
whether neighboring sites collapsed to one. |
mixBarcode |
whether different samples with different barcode mixed in one library. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.