Tools#
Quantification#
|
Calculate the proportion of colocalized transcripts for each gene in the provided AnnData object. |
|
Computes spatial variability of extracellular RNA using Moran's I. |
|
Creates a new table within the SpatialData object that contains a 'gene' column with the unique gene names extracted from the specified points layer. |
|
Compare counts per gene with counts per non-gene feature. |
|
Computes the proportion of transcripts classified as extracellular or intracellular for each gene and calculates additional metrics, including log fold change of extracellular to intracellular proportions. |
|
Computes spatial variability of extracellular RNA using Moran's I. |
|
Computes the correlation between intracellular and extracellular gene expressionusing k-nearest extracellular bins. |
|
Compare the spatial distribution of intracellular and extracellular transcripts for each gene. |
|
Clusters transcriptomic data without relying on pre-defined cell or tissue segmentations.It supports multiple clustering methods, with Points2Regions being the default. |
Calculate the proportion of expression for each feature (gene) per cell type. |
Source, target and communication#
|
Compute the proportion of transcripts for each gene that are located beyond a specified distance (in um) from their closest source cell, and add the result to the metadata of the SpatialData object. |
|
Compute the source of extracellular RNA by linking detected extracellular transcripts to specific cell types in the spatial data. |
|
Compute a source score for extracellular transcripts based on nearby cell types and gene expression profiles, using exponential distance decay. |
|
It computes the distance from each extracellular RNA transcript to the nearest source cell based on their spatial coordinates. |
|
Identifies the nearest cell to each transcript based on spatial coordinates and annotates the transcript data with the ID, cell type, and distance to the closest cell. |
|
Computes scores for each extracellular transcript targeting specific cell types using spatial proximity. |
|
It calculates a cross-tabulation between features (e.g., extracellular transcripts) and cell types,and then normalizes the result to provide the proportion of each feature associated with each cell type. |
|
Clusters genes based on the distribution of distances of extracellular transcripts from their source cell. |
|
Calculates the interaction strength between source and target cell types for a specified gene by multiplying the proportions of the gene in the source and target cell types. |
|
Compute a 3D interaction strength matrix from the source table in SpatialData. |
|
Group the read-specific interaction scores into gene-specific scores |
Cell scores#
Compute a normalized extracellular RNA (uRNA) contribution score for each cell. |
Factor analysis#
|
Extracts extracellular RNA data and associated NMF factor loadings, intersects the gene annotations between the extracellular data and the cellular data, and applies the NMF factors to annotate the cellular data with exRNA-related factors. |
|
Applies latent factor identification (NMF, LDA, or DRVI) to reduce dimensionality of gene expression data. |
Multimodal quantication#
|
Extracts image intensities at transcript locations and adds them as a new layer in the SpatialData object. |