tsneAUC | R Documentation |
Calculates the t-SNE based on the regulon activity. (i.e. binary/continuous AUC)
tsneAUC(
scenicOptions,
aucType = NULL,
nPcs = NULL,
perpl = NULL,
filePrefix = NULL,
seed = NULL,
onlyHighConf = FALSE,
...
)
scenicOptions |
Fields used: |
aucType |
"AUC" for continuous AUC, or "Binary" . By default it uses the value in |
nPcs |
Number of PCs to use for the t-SNE (can be several values, see examples). By default it uses the value in |
perpl |
Perplexity for the t-SNE (can be several values, see examples). By default it uses the value in |
filePrefix |
Prefix for the file to save the t-SNE as. It is saved with the following format: "PREFIX_aucType_nPcs_perpl.Rds" |
seed |
Seed for the t-SNEs. By default it uses the value in |
onlyHighConf |
By default (TRUE) it only uses only regulons based on high-confidence annotations (i.e. "extended" are skipped) |
... |
Other arguments to pass to the |
The file name(s) in whihc the tSNE is saved.
## TO DO (See the vignette)
# tSNE <- readRDS(tsneFileName(scenicOptions))
# tsneAUC(scenicOptions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.