Description Usage Arguments Examples
Due to the problem with the sign of eigenvector, this function
is not recommendd to visualise pathway activity. Instead, you may use the
get_module_score
function and plot the results using seurat_heat
1 2 3 4 5 6 7 | path_eigen(
x,
all_path = NULL,
threshold = 0.02,
select_cells = NULL,
return_mat = F
)
|
x |
a Seurat object |
threshold |
This function assigns the cells with the highest total gene
expressions in a particular pathway to have positive eigen values. This
|
1 | path_eigen (all_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.