download_schic.Rd
This function allows you to download the currently existing single cell Hi-C data. The data is 1mb resolution, and there are basic information for each of the cell, such as cell type, batch, etc.
download_schic(cell_line, cell_type = NULL, cell_path, summary_path = NULL)
Must be one of "Kim2020", "Lee2019", "Li2019", "Ramani2017".
If you need to download a specific cell-type from one cell line, indicate the name of the cell-type in here.
Indicate the output path for raw data.
Indicate the output path for summary data containing information of batch, cell type, depth and sparsity. Default is NULL.
# download_schic("Li2019", cell_path = getwd())