gcell.rna.gencode.Gencode.from_config# classmethod Gencode.from_config(config)[source]# Create a Gencode instance from a configuration dictionary. Args: config (dict): Configuration dictionary containing ‘assembly’ and‘gencode_version’ keys. Returns:Gencode: A new Gencode instance initialized with the config values.