Get the co-accessible peaks in genome wide.
getCoaccessible(peak_anno, quant_matrix, window = 5e+05, sample_num = 100)
The merged peaks annotation.
The normalized matrix obtained by **quantification**.
The window size to shift.
getCoaccessible(peak_anno="peak_anno.txt", quant_matrix="quant_mat.tsv", window=100000)
#> Error in checkGeAnno(): Necessary Annotation not exist. Please **addAnnotation** first.