Coverage Profiles Per CellΒΆ
Individual-cell CNV calls can be explored further with
pyEpiAneufinder.plot_single_cell_profile().
import pyEpiAneufinder as pea
pea.plot_single_cell_profile(
outdir="results_sample_data",
cell_name="AGTCCGGTCCACACCT-1",
plot_path="results_sample_data/somy_profile_cell.png",
)