Skip to main content

Feature extraction approach in single-cell gene expression profiling for cell-type marker identification.

Project description

MICTI- Marker gene Identification for Cell Type Identity

Recent advances in single-cell gene expression profiling technology have revolutionized the understanding of molecular processes underlying developmental cell and tissue differentiation, enabling the discovery of novel cell types and molecular markers that characterize developmental trajectories. Common approaches for identifying marker genes are based on pairwise statistical testing for differential gene expression between cell types in heterogeneous cell populations, which is challenging due to unequal sample sizes and variance between groups resulting in little statistical power and inflated type I errors.

Overview

We developed an alternative feature extraction method, Marker gene Identification for Cell Type Identity (MICTI), that encodes the cell-type specific expression information to each gene in every single cell. This approach identifies features (genes) that are cell-type specific for a given cell-type in heterogeneous cell population.

Installation

To install the current release:

pip install MICTI

How to use MICTI

Import MICTI:

from MICTI import *

Creating MICTI object for known cell type cluster label:

mictiObject=MICTI(datamatrix, geneName, cellName, cluster_assignment=cell_type, k=None, th=0, ensembel=False, organisum="hsapiens")

2D visualisation with T-SNE:

mictiObject.get_Visualization(method="tsne")

Get MICTI marker genes:

mictiObject.get_markers_by_Pvalues_and_Zscore(1, threshold_pvalue=.01,threshold_z_score=0)

Gene Ontology enrichment analysis for cell-type marker genes in each of cell-type clusters

enrechment_table=mictiObject.get_sig_gene_over_representation()
enrechment_table[1] #gene list enrichment analysis result for the cell-type marker genes ub cluster-1

Creating MICTI object for clustering cells into pre-defined k clusters:

mictiObject_1=MICTI(datamatrix.T, geneName, cellName, cluster_assignment=None, th=0, ensembel=False, organisum="hsapiens")

Cluster cells into k=6 clusters using Gaussian mixture model- method="GM", and k-means - method="kmeans"

mictiObject_1.cluster_cells(6, method="GM", maxiter=1000)

Get marker genes for cluster-2:

mictiObject_1.get_markers_by_Pvalues_and_Zscore(2, threshold_pvalue=.01, threshold_z_score=0)

Perform gene list enrichment analysis:

enrechment_table=mictiObject_1.get_sig_gene_over_representation()
enrechment_table[0]

Licence

MICTI LICENCE

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

MICTI-0.1.1.tar.gz (11.2 kB view details)

Uploaded Source

Built Distribution

MICTI-0.1.1-py3-none-any.whl (14.3 kB view details)

Uploaded Python 3

File details

Details for the file MICTI-0.1.1.tar.gz.

File metadata

  • Download URL: MICTI-0.1.1.tar.gz
  • Upload date:
  • Size: 11.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.15.0 CPython/3.5.2

File hashes

Hashes for MICTI-0.1.1.tar.gz
Algorithm Hash digest
SHA256 83c6b0f7e5bff6b756951c1eb660677adbbbb3a070fa29e4ab37d16b7d2a18a1
MD5 dce437a598e555490016006dd44eb0ec
BLAKE2b-256 eecbeed4d29de142fb7ae691c902483779e3234dc2b2c76bdca42ed39048ca8d

See more details on using hashes here.

File details

Details for the file MICTI-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: MICTI-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 14.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.15.0 CPython/3.5.2

File hashes

Hashes for MICTI-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 de84483dab160244b9797ae8dbc372a1ad670a024e136af9e7df2d1afd782405
MD5 c1dac3dec7edb10fb4a39b82dfa7868e
BLAKE2b-256 a0b455efc99a4a902693fc7040cc911b5158ee443c7ff02856ef36ccab7947cd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page