gene signature score for gene expression matrix


License
MIT
Install
pip install sigc==0.1.17

Documentation

sigc

install

pip install sigc

core usage

import sigc

kegg_metabolism = sigc.metabolism_sigs(resources='KEGG')
# other custom signature gene sets also support

df = pd.read_table("cells_X_genes.mat", header=0, index_col=0)

sig_mtx = sigc.sigc_score(df, kegg_metabolism, method="AUCell")
# sig_mtx: cells_X_signatures

signature example

name description member
Glycolysis 00010 HK3
Glycolysis 00010 HK1
Glycolysis2 describ2 geneX

Documentation

Extensive documentation and tutorials are available at https://sigc.readthedocs.io