Description Usage Arguments Details Value Examples
View source: R/cellData-methods.R
Performs function analysis using gProfileR
1 2 |
object |
a cellData object |
genemap |
a data frame, the well-gene specification table |
organism |
organism name. |
type |
include both high and low expressed hits or one of them. |
file |
the filename of the enrichment table (default: disabled) |
... |
the arguments of |
genemap must include colnames "Barcode","Well","GeneSymbol". organism name can be referred to g:Profiler tool. For example, human: hsapiens, mouse: mmusculus.
a data frame of the functional report from gProfiler
1 2 3 4 5 | data(demoCell)
genemap <- read.csv(file.path(system.file("Test", package = "OperaMate"),
"demoData", "genemap.csv"), stringsAsFactors = FALSE)
chart <- cellSigAnalysis(oneCell, genemap, organism = "mmusculus")
head(chart)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.