gdata.GenomeDataBuilder.open#

GenomeDataBuilder.open()#

Open an existing GenomeDataBuilder instance from a specified location.

This method checks if the metadata file exists at the given location and initializes the GenomeDataBuilder with the stored chromosome sizes, window size, and resolution.

Parameters:

location (Path) – The path to the directory containing the genomic data.

Returns:

An instance of GenomeDataBuilder initialized with the existing genomic data.

Return type:

GenomeDataBuilder