pixelatorR provides the infrastructure to process, analyze and visualize MPX data for R users.
Installation
pixelatorR can be installed from GitHub by running the following code from R:
install.packages("remotes")
remotes::install_github("PixelgenTechnologies/pixelatorR")
Installation from source
You can also install pixelatorR from source by cloning the repository.
git clone https://github.com/pixelgentechnologies/pixelatorR.git
Then, in an R session, run:
install.packages("<path to pixelatorR directory>", repos = NULL, type = "source")
Usage
Visit our tutorials for a step-by step guide on MPX data analysis with pixelatorR. On this site, we also provide additional additional tutorials that are more directed towards users who are interested in the details of how pixelatorR stores and handles MPX data in R.
Function documentation can be accessed from the reference tab above. Alternatively, you can access the documentation from an R session by running ?function_name
once the package is installed.
Notes
pixelatorR is designed to work with classes from the SeuratObject R package. For the best analysis experience, we recommend installing Seurat v5.
Contact
For feature requests or bug reports, please use the GitHub issues.
You can also email the development team at developers@pixelgen.com.
Credits
pixelatorR is developed and maintained by the developers at Pixelgen Technologies.
When using pixelator in your research, please cite the following publication:
Karlsson, Filip, Tomasz Kallas, Divya Thiagarajan, Max Karlsson, Maud Schweitzer, Jose Fernandez Navarro, Louise Leijonancker, et al. “Molecular Pixelation: Single Cell Spatial Proteomics by Sequencing.” bioRxiv, June 8, 2023. https://doi.org/10.1101/2023.06.05.543770.
Main developers:
- Ludvig Larsson (@ludvigla)
- Max Karlsson (@maxkarlsson)
A huge thank you to all code contributors!