Description Usage Arguments Value Author(s) References Examples
Outputs relevant summary of FSCseq clustering results
1 |
res |
Output of FSCseq clustering analysis |
true_cls |
(optional) vector of true cluster labels to calculate Adjusted Rand Index (ARI) |
true_disc |
(optional) TRUE/FALSE vector of true cluster-discriminatory gene status to calculate True Positive Rate (TPR) and False Positive Rate (FPR) |
Summary of FSCseq clustering results: #clusters (K), clusters, ARI (if true_cls input), TPR and FPR (vs. true cluster-discriminatory genes if true_disc input)
David K. Lim, deelim@live.unc.edu
https://github.com/DavidKLim/FSCseq
1 2 3 | sim.dat = FSCseq::simulateData(B=1, g=10000, K=2, n=50, LFCg=1, pDEg=0.05, beta0=12, phi0=0.35, nsims=1, save_file=F)[[1]]
## Not run: FSCseq_results = FSCseq_workflow(cts=sim.dat$cts, K_search=c(2:3), lambda_search=c(1.0, 1.5), alpha_search=c(0.1, 0.2))
## Not run: summary(FSCseq_workflow$results)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.