https://github.com/ggonnella/giosc
R package with helper functions for ScRNA-seq analysis
https://github.com/ggonnella/giosc
Last synced: 3 months ago
JSON representation
R package with helper functions for ScRNA-seq analysis
- Host: GitHub
- URL: https://github.com/ggonnella/giosc
- Owner: ggonnella
- Created: 2023-09-18T03:56:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-06T08:52:05.000Z (about 1 year ago)
- Last Synced: 2025-01-16T16:23:19.663Z (4 months ago)
- Language: R
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# giosc
Giorgio's Single Cell (giosc) R package with functions
used for the analysis of ScRNA-seq data and related techniques.## Installation
```
library(devtools)
devtools::install_github(repo = 'ggonnella/giosc', dependencies = TRUE)
```## Usage
```
library(giosc)
```