Tools: tl
#
Any transformation of the data matrix that is not preprocessing. In contrast to a preprocessing function, a tool usually adds an easily interpretable annotation to the data matrix, which can then be visualized with a corresponding plotting function.
Embeddings#
|
Perform dimension reduction using Laplacian Eigenmaps. |
|
Compute Laplacian Eigenmaps simultaneously on multiple modalities, with linear space and time complexity. |
|
|
Clustering#
|
Cluster cells into subgroups [Traag18]. |
|
Cluster cells into subgroups using the K-means algorithm, a classical algorithm in data mining. |
|
Cluster cells into subgroups using the DBSCAN algorithm. |
|
Cluster cells into subgroups using the HDBSCAN algorithm. |
Peak calling#
|
Call peaks using MACS3. |
|
Merge peaks from different groups. |
Differential analysis#
|
A quick-and-dirty way to get marker regions. |
|
Identify differentially accessible regions. |
Motif analysis#
|
Identify enriched transcription factor motifs. |
Network analysis (beta)#
|
Build CRE-gene network from gene annotations. |
|
Compute correlation scores for any two connected nodes in the network. |
|
Perform regression analysis for nodes and their parents in the network. |
|
Add TF motif binding information. |
|
Contruct a genetic network by linking TFs to target genes. |
|
Prune the network. |
Utilities#
|
Aggregate values in adata.X in a row-wise fashion. |
|
Aggregate cells into pseudo-cells. |