Giter Site home page Giter Site logo

insilicolife / micti Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 15.23 MB

MICTI- Marker gene Identification for Cell Type Identity

Home Page: https://pypi.org/project/MICTI/

License: MIT License

Jupyter Notebook 94.64% Python 5.36%
marker-genes heterogeneous-cell-populations differential-expression-analysis feature-extraction

micti's Introduction

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 MARKER

Creating MICTI object for known cell-type cluster label:

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

2D visualisation with tSNE:

mictiObject.get_Visualization(dim=2, method="tsne")

Get MICTI marker genes:

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

Markers heatmap plots:

mictiObject.heatMap()

Markers Radar plots:

mictiObject.get_Radar_plot()

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

enrechment_table=mictiObject.get_gene_list_over_representation_analysis(list(cluster_1_markers.index))
enrechment_table #gene-list enrichment analysis result for the cell-type marker genes for cluster-1

Licence

MICTI LICENCE

micti's People

Contributors

insilicolife avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.