diff --git a/docs/Getting Started.md b/docs/Getting Started.md index 634a0267..63ea51e7 100644 --- a/docs/Getting Started.md +++ b/docs/Getting Started.md @@ -49,6 +49,8 @@ This setup provides you with the foundational tools needed for your single-cell ## Data Loading and Integration 🔄 +SCIMAP operates on segmented single-cell data derived from imaging data using tools such as cellpose or MCMICRO. The essential inputs for SCIMAP are: (a) a single-cell expression matrix and (b) the X and Y coordinates for each cell. Additionally, multi-stack OME-TIFF or TIFF images can be optionally provided to enable visualization of the data analysis on the original raw images. + Scimap champions the interoperability of single-cell analysis tools by embracing the `AnnData` data structure. This strategic choice allows seamless use of numerous single-cell analysis utilities alongside `AnnData`. ### The AnnData Framework 🧬 diff --git a/docs/index.md b/docs/index.md index 50d694f0..eb414b4b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,6 +19,8 @@ hide:
Scimap is a scalable toolkit for analyzing spatial molecular data. The underlying framework is generalizable to spatial datasets mapped to XY coordinates. The package uses the [anndata](https://anndata.readthedocs.io/en/stable/anndata.AnnData.html) framework making it easy to integrate with other popular single-cell analysis toolkits. It includes preprocessing, phenotyping, visualization, clustering, spatial analysis and differential spatial testing. The Python-based implementation efficiently deals with large datasets of millions of cells. + +SCIMAP operates on segmented single-cell data derived from imaging data using tools such as cellpose or MCMICRO. The essential inputs for SCIMAP are: (a) a single-cell expression matrix and (b) the X and Y coordinates for each cell. Additionally, multi-stack OME-TIFF or TIFF images can be optionally provided to enable visualization of the data analysis on the original raw images.