powered by
This function requires a matrix with genomic coordinates in the row and column names, and produces a heatmap with a tooltip
the large, whole genomic matrix from which the submatrix is taken (rows)
The first chromsome used for the map (columns).
The second chromsome used for a map axis.
An HTML widget.
# NOT RUN { load(system.file("extdata","nbl_result_matrix_sign_small.rda",package = "CNVScope")) getInterchromosomalInteractivePlot(whole_matrix=nbl_result_matrix_sign_small,chrom1=1, chrom2=1) # }
Run the code above in your browser using DataLab