├── ICA_marker_genes.tsv ├── README.md ├── code └── 01_process.R └── data ├── scsig.all.v1.0.symbols.gmt └── signature_genes.txt /ICA_marker_genes.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caleblareau/immune_cell_signature_genes/HEAD/ICA_marker_genes.tsv -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caleblareau/immune_cell_signature_genes/HEAD/README.md -------------------------------------------------------------------------------- /code/01_process.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caleblareau/immune_cell_signature_genes/HEAD/code/01_process.R -------------------------------------------------------------------------------- /data/scsig.all.v1.0.symbols.gmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caleblareau/immune_cell_signature_genes/HEAD/data/scsig.all.v1.0.symbols.gmt -------------------------------------------------------------------------------- /data/signature_genes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caleblareau/immune_cell_signature_genes/HEAD/data/signature_genes.txt --------------------------------------------------------------------------------