scoexp | R Documentation |
SCoexp module
scoexp( celltrek_inp, sigm = NULL, assay = "RNA", gene_select = NULL, zero_cutoff = 5, cor_method = "spearman", approach = c("cc", "wgcna")[1], maxK = 8, k = 8, avg_con_min = 0.5, avg_cor_min = 0.5, min_gen = 20, max_gen = 100, keep_cc = T, keep_wgcna = T, keep_kern = T, keep_wcor = T, ... )
celltrek_inp |
CellTrek input on cell of interests |
approach |
Which approach to use? consensus clustering (cc) or weighted correlation network analysis (wgcna) |
keep_cc |
If TRUE, keep the cc model |
keep_wgcna |
If TRUE, keep the wgcna model |
... |
scoexp(celltrek_inp, sigm=NULL, assay='RNA', gene_select=NULL, zero_cutoff=5, cor_method='spearman', approach=c('cc', 'wgcna')[1], maxK=8, k=8, avg_con_min=.5, avg_cor_min=.5, min_gen=20, max_gen=100, keep_cc=T, keep_wgcna=T, keep_kern=T, keep_wcor=T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.