gdata.GenomeDataLoader.copy#

GenomeDataLoader.copy()#

Create a copy of the GenomeDataLoader.

This method creates a new instance of GenomeDataLoader with the same configuration as the current instance. It is useful for creating independent copies of the loader that can be modified without affecting the original.

Returns:

A new instance of GenomeDataLoader with the same configuration.

Return type:

GenomeDataLoader