Datasets

Datasets#

Downloading of use case datasets which ar explored in the example analyses.

get_dataset(dataset)

Fetch an example dataset.

get_motif_db()

Fetch the motif database.

get_model(model)

Fetch a model.

Genome(fasta[, chrom_sizes, annotation, name])

A class that encapsulates information about a genome, including its FASTA sequence, its annotation, and chromosome sizes.

register_genome(genome)

Register a genome to be used throughout a session.