View source: R/aux_importsFromPython.R
importAUCfromText | R Documentation |
Import AUCell matrix from text format, as generated by pySCENIC Deprecated: This function is no longer needed. The results can be loaded directly from the .loom file with get_regulons_AUC()
importAUCfromText(
fileName,
rows = "regulons",
columns = "cells",
transpose = TRUE,
newNames = NULL
)
fileName |
File name of the AUC scores (transposed: gene-sets in rows, cells in columns) |
rows |
Type of data stored as rows (only for informative purposes) Default: "regulons" |
columns |
Type of data stored as columns (only for informative purposes) Default: "cells" |
transpose |
Whether to transpose the input matrix |
pySCENIC (https://pyscenic.readthedocs.io)
regulonAUC <- importAUCfromText("aucMatrix.tsv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.