Skip to content

welch-lab/SiNMFiD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SiNMFiD

SiNMFiD (Supervised iNMF-informed Deconvolution) is a package implementing the algorithm of the same name (described in Mesoscale Properties of Molecular Cell Types in the Mouse Brain" by Kriebel et al. (2024)) for cell-type deconvolution of 3D spatial transcriptomic data with multiple single cell sequencing references. The package also provides utilities for managing multiple parallel analyses for tissue atlas generation and for statistics and plotting.

Installation

The package is developed and tested under R>=4.3.0. Users can install R following the instruction provided on CRAN. RStudio is a recommended IDE for working with R projects.

To install SiNMFiD in R, run the following command in an R console:

if (!requireNamespace("devtools", quietly = TRUE))
    install.packages("devtools")
devtools::install_github("welch-lab/SiNMFiD")

Vignette

We have provided a vignette describing how to reproduce and iterate on the results described in "Mesoscale Properties of Molecular Cell Types in the Mouse Brain" by Kriebel et al. (2024) here.

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published