parseHicFile <- function(fileName, binSize) {
parseHicCpp(fileName, binSize) %>%
tibble::as_tibble() %>%
dplyr::arrange(ref1, bin1, ref2, bin2) %>%
tidyr::drop_na() %>%
msscafData()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.