convert long format reads to wide format
convert_long_reads_to_wide.Rd
A common manipulation with reads files for various analyses is to reshape long format reads data (each row is a 500kb bin with state values for each cell) to wide format, with chr_start_end rows and cell_id columns.