Description Usage Arguments Value Examples
Summarize the outersection genes for the. summary terms.
1 2 | ## S3 method for class 'BOWER'
extract_core(bower, inplace = TRUE)
|
bower |
processed bower object. |
inplace |
whether or not to return an updated BOWER class or return the output as a list. |
Returns a list of genes that outersect geneset clusters in coregenes slot or as a list.
1 2 3 4 5 6 | gmt_file <- system.file("extdata", "h.all.v7.4.symbols.gmt", package = "bowerbird")
bwr <- bower(gmt_file)
bwr <- snn_graph(bwr)
bwr <- find_clusters(bwr)
bwr <- summarize_clusters(bwr, ncpus = 1)
extract_core(bwr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.