Skip to content

Commit

Permalink
add recommendations in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kkang7 committed May 3, 2021
1 parent a671330 commit 8232fdc
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,18 @@ cdseq.result.celltypeassign <- cellTypeAssignSCRNA(cdseq_gep = cdseq.result$estG
plot_tsne = 0)
```

## Setting recommendations
We provide recommendations for parameter settings. Note that these recommendations are merely emperical and there is no theoretical justifications yet. User can tune the parameters based on specific applications and domain knowledges.

Parameters Recommended setting
--------------- ----------------------
beta 0.5
alpha 5
mcmc_iteration 700-2000
dilution_factor 2-10
gene_subset_size 200-500
block_number >5

Check vignette for more details and examples: *browseVignettes("CDSeq")*.

## Contact
Expand Down
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,22 @@ cdseq.result.celltypeassign <- cellTypeAssignSCRNA(cdseq_gep = cdseq.result$estG
plot_tsne = 0)
```

## Setting recommendations

We provide recommendations for parameter settings. Note that these
recommendations are merely emperical and there is no theoretical
justifications yet. User can tune the parameters based on specific
applications and domain knowledges.

| Parameters | Recommended setting |
| :----------------- | :------------------ |
| beta | 0.5 |
| alpha | 5 |
| mcmc\_iteration | 700-2000 |
| dilution\_factor | 2-10 |
| gene\_subset\_size | 200-500 |
| block\_number | \>5 |

Check vignette for more details and examples:
*browseVignettes(“CDSeq”)*.

Expand Down

0 comments on commit 8232fdc

Please sign in to comment.