This patch release handles password restrictions applied to the BRCA and GBM datasets from an external source. Additionally, the following changes and enhancements were added:
- Added Dataset.multi_join fuction
- Added tissue_type parameter for metadata getters
- Added clinical column to show that all GBM tumors are stage IV (by definition)
- Renamed/combined utils functions:
- Combined:
get_protein_pathways => get_pathways_with_proteins, database="wikipathways"
search_reactome_pathways_with_proteins => get_pathways_with_proteins, database="reactome"
search_reactome_proteins_in_pathways => get_proteins_in_pathways, database="reactome"
get_proteins_in_pathway => get_proteins_in_pathways, database="wikipathways"
- Renamed:
list_pathways => list_pathways_wikipathways