Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shakson-isaac authored Jul 27, 2023
1 parent f470d53 commit 24b1217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Followed by SCENT algorithm:
```r
SCENT_obj <- SCENT_algorithm(object = SCENT_obj, celltype = "Tcell", ncores = 6, regr = 'poisson', bin = TRUE)
```
The user specifies a 'celltype' (in this case “Tcell”) for association analysis (in meta.data slot in SCENT object), 'ncores' for the number of cores for parallelized bootstrapping, 'regr' for the regression type (Poisson ‘poisson’ or Negative Binomial ‘negbin’ regression), and 'bin' for whether to binarize ATAC counts (TRUE for binarization or FALSE for not).
The user specifies a `celltype` (in this case “Tcell”) for association analysis (in meta.data slot in SCENT object), `ncores` for the number of cores for parallelized bootstrapping, `regr` for the regression type (Poisson ‘poisson’ or Negative Binomial ‘negbin’ regression), and `bin` for whether to binarize ATAC counts (TRUE for binarization or FALSE for not).

The output of the SCENT algorithm will be contained in the field:
```r
Expand Down

0 comments on commit 24b1217

Please sign in to comment.