Skip to contents

builds a basic ggplot with geom_tile on a reads df. Only expects columns of cell_id, start, state, chr

Usage

basic_tile_plot(reads_df)

Arguments

reads_df

a table of reads data (e.g., could load with import_dlp_files())

Value

ggplot object