Description Usage Arguments Examples
View source: R/handle_pySCENIC_results.R
handle pySCENIC results
1 2 3 4 5 6 7 | handle_pyscenic_results(
dir,
output_loom_path,
anndata_path,
comparison_feature = "cell_type",
regulon_path
)
|
dir |
directory path to output pySCENIC results |
output_loom_path |
path to output loom file |
anndata_path |
path to initial anndata object |
comparison_feature |
which obs feature from the anndata should we look at? for RSS. |
regulon_path |
path to the regulon output from CisTarget |
regulon_output_fname |
file name for writing processed regulons (.csv) |
auc_mtx_fname |
filename for writing AUC matrix (.csv) |
cellannot_fname |
filename for writing cellAnnot matrix (.csv) |
RSS_fname |
filename for writing regulon specificity scores matrix (.csv) |
1 | handle_pyscenic_results(dir, output_loom_path, anndata_path, comparison_feature="cell_type", regulon_path)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.