A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/ZhangHongbo-Lab/DEAPLOG below:

ZhangHongbo-Lab/DEAPLOG: A python package for single cell analysis

DEAPLOG(Differentially Expression Analysis and Pseudotemporal Locating and Ordering of Gene by Single-cell RNA-seq data)

DEAPLOG is a tool to perform differentially expression analysis for cell clusters and other conditions, calculate the pseudotime of genes and profile genes coordinates accoding to the embedding coordinates of cells.

DEAPLOG consists of three core functions:

PLOGS depends on numpy, scipy, pandas, scanpy,anndata. The package is available on pip and conda, and can be easily installed as follows:

1. identifing marker genes for cell clusters:

The inputs of DEAPLOG is the AnnData object of normlized counts of scRNA-seq data with pre-annotated cell clusters.

deaplog.get_DEG_uniq(rdata, adata,group_key='leiden',power=11,ratio=0.2,p_threshold=0.01,q_threshold=0.05) #find genes that are differentially expressed in only one cell type

or

deaplog.get_DEG_multi(rdata, adata,group_key='leiden',power=11,ratio=0.2,p_threshold=0.01,q_threshold=0.05) #find genes that are differentially expressed in one or more  cell types

the rdata: the Anndata of normlized counts of scRNA-seq data;
the adata: the Anndata of scRNA-seq data with pre-annotated cell clusters;
the group_key: the label for cell clusters;
the power: a parameter for nonlinear regression of gene expression pattern;
the ratio: the proportion of gene expression in cell cluter;
the ratio: the proportion of gene expression in cell cluter,the value is between 0 and 1;
the p_threshold : the threshold of p-value. the value is between 0 and 1;
the q_threshold : the threshold of q_value. the value is between 0 and 1;

2. calculate the pseudotime of genes and profile genes map accoding to cell map:
deaplog.get_genes_location_pseudotime(rdata, adata,group_key='leiden',power=11,gene_matrix= markers_s,obsm='X_umap',)

the rdata: the Anndata of normlized counts of scRNA-seq data;
the adata: the Anndata of scRNA-seq data with pre-annotated cell clusters;
the group_key: the label for cell clusters;
the power: a parameter for nonlinear regression of gene expression pattern;

the gene_matrix: a data.frame producted by get_DEG_uniq or get_DEG_multi. the obsm: the keys of adata.obsm.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4