View source: R/gsdensity_functions.R
compute.cell.label.df | R Documentation |
similar to compute.cell.label; used when working with multiple gene sets
## S3 method for class 'cell.label.df'
compute(cell_df)
cell_df |
output of 'run.rwr.list' |
cell labels of 'negative' or 'positive' for given pathways
cells <- colnames(pbmc.mtx)
el <- gsdensity::compute.nn.edges(coembed = ce, nn.use = 300)
cv <- gsdensity::run.rwr.list(el = el, gene_set = gene.set.list[1:30], cells = cells)
cl <- compute.cell.label.df(cv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.