Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ranojoychatterjee committed Sep 25, 2023
1 parent 17cd214 commit b0dd3e5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ Imports:
Seurat,
glmGamPoi,
gridExtra,
tidyverse
tidyverse,
devtools
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,18 @@ if (!requireNamespace("devtools", quietly = TRUE)) {
# Install cellSight from GitHub
devtools::install_github("omicsEye/cellSight")
```
If Bioconductor is missing, run the following commands in the R console:
```R
# Install Bioconductor Manager and install DelayedMatrixStats
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")

BiocManager::install("DelayedMatrixStats")

BiocManager::install("glmGamPoi")


```
## Usage

Using cellSight is straightforward. Load the package, provide your data files, and let it do the magic. Here's a basic example:
Expand Down

0 comments on commit b0dd3e5

Please sign in to comment.