The top_table function in the blitzgsea plot module returns a blank plot because it passes the variable "signature" to the clean_library function instead of "sig", which does not have the index set as gene symbols. This causes clean_library to return library dictionary with empty sets. clean_library expects the signature dataframe to have gene symbols as the index.
The top_table function in the blitzgsea plot module returns a blank plot because it passes the variable "signature" to the clean_library function instead of "sig", which does not have the index set as gene symbols. This causes clean_library to return library dictionary with empty sets. clean_library expects the signature dataframe to have gene symbols as the index.