if (FALSE) {
# Only runable for ATAC datasets, see tutorial on GitHub
# some gene counts matrix: gmat.small
# some peak counts matrix: pmat.small
regnet <- linkGenesAndPeaks(gmat.small, pmat.small, dist = "spearman",
alpha = 0.05, path_to_coords = 'some_path')
}
Run the code above in your browser using DataLab