Description Usage Arguments Value
View source: R/GO_match_top_cor_genes.R
Computes mean and median values of jaccard GO match score within N.top statistically significant top correlated gene pairs
1 2 3 4 5 6 7 8 9 | GO_match_summary(
GO_match_SC,
GO_match_sc,
N.top = 1000,
pval.thresh = 0.05,
go_domain = "all",
seed = 12345,
na_to_0 = TRUE
)
|
GO_match_SC |
list of GO_match_top_cor_genes of super-cells |
GO_match_sc |
list of GO_match_top_cor_genes of single cells |
N.top |
number of statistically significant top cor genes pais |
pval.thresh |
statistical significance |
go_domain |
GO domain to consider |
na_to_0 |
whether NA GO match replace with 0 |
data frame with mean and median values of jaccard GO match score within N.top statistically significant top correlated gene pairs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.