An open API service indexing awesome lists of open source software.

https://github.com/beyondpie/smmtools

single-cell multi-omics tools
https://github.com/beyondpie/smmtools

Last synced: 5 months ago
JSON representation

single-cell multi-omics tools

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# smmtools

The goal of __smmtools__ is to analyze 10x multi-omic ATAC sequencing data with SnapATAC pipelines.
This package is mainly based on ArchR, SnapATAC and SnapTools. The significant difference is that we decentralize the data representation, and make smmtools as a pool of different functional utilities. So that users can combine different functions and complete the tasks. Also it's quite easy to hack smmtools by either adding new functions or change some functions.

# Installation

## Install python package _smmuty_
```shell
## install the local package smmuty with utilities like scrublet, lenden algorithm support.
pip install smmuty
```
## Install R package of smmtools
``` r
# install.packages("devtools")
devtools::install_github("beyondpie/smmtools")
```