Construction of developmental tree from single-cell RNA-seq data using StagewiseNN
API¶
Import stagewiseNN as:
import swnn
Object for Management¶
See swnn.builder module for detailed information.
|
The wrapper object for conveniently building both the single-cell graph and the coarse-grained tree. |
Data Processing¶
|
Go through the data-analysis pipeline, including normalization, HVG selection, and z-scoring (centering and scaling) |
|
Normalizing datasets with default settings (total-counts normalization followed by log(x+1) transform). |
|
Separately compute highly variable genes (HVGs) for each group, and count the frequencies of genes being selected as HVGs among those groups. |
|
Setting the given (may be pre-computed) set of genes as highly variable, if copy is False, changes will be made to the input adata. |
|
Compute averaged feature-values for each group |
|
Wrapper function for centering and scaling data matrix X in sc.AnnData, extended for within-batch cprocessing. |
Make Graph¶
|
Build multipartite KNN-graph stage-by-stage. |
|
Adaptatively build the developmental tree from the stagewise-KNN graph. |
Others¶
|
|
|
|
|