spirepy.data ============ .. py:module:: spirepy.data Attributes ---------- .. autoapisummary:: spirepy.data.cache_dir spirepy.data.memory Functions --------- .. autoapisummary:: spirepy.data.cluster_metadata spirepy.data.genome_metadata Module Contents --------------- .. py:data:: cache_dir .. py:data:: memory .. py:function:: cluster_metadata() 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. :return: A DataFrame with the SPIRE cluster metadata. .. py:function:: genome_metadata() 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. :return: A DataFrame with the SPIRE genome metadata.