spirepy.data

Attributes

Functions

cluster_metadata()

Fetches and caches the SPIRE cluster metadata from the remote server.

genome_metadata()

Fetches and caches the SPIRE genome metadata from the remote server.

Module Contents

spirepy.data.cache_dir[source]
spirepy.data.memory[source]
spirepy.data.cluster_metadata()[source]

Fetches and caches the SPIRE cluster metadata from the remote server.

This is slow for the first time, as it downloads a large file, but subsequent calls will use the cached version.

Returns:

A DataFrame with the SPIRE cluster metadata.

spirepy.data.genome_metadata()[source]

Fetches and caches the SPIRE genome metadata from the remote server.

This is slow for the first time, as it downloads a large file, but subsequent calls will use the cached version.

Returns:

A DataFrame with the SPIRE genome metadata.