pypath.inputs.msigdb.msigdb_annotations§

pypath.inputs.msigdb.msigdb_annotations(registered_email=None, only_collections=None, exclude=('c5', 'm5'), organism='human', version=None)[source]§

Downloads all or some MSigDB gene set collections and processes them to an annotation type dictionary.

Parameters:
  • registered_email (str,NoneType) – An email address registered at MSigDB. If None the msigdb_email from pypath.settings will be used.

  • only_collections (set,NoneType) – Limit the annotations only to these collections. For available collections e.g. {'h.all', 'c2cgp'} refer to the MSigDB webpage: http://software.broadinstitute.org/gsea/downloads.jsp#msigdb

  • exclude (tuple) – Exclude the collections having their name starting with any of the strings in this tuple. By default c5 (Gene Ontology) is excluded.