View source: R/GenerateInput.R
| GenerateInput | R Documentation |
Generate pattern level data for cell type annotation
GenerateInput(query_fn, knowledge_fn)
query_fn |
File path to query .cg |
knowledge_fn |
File path to pattern file .cm |
A cell by pattern matrix.
qry <- system.file("extdata", "toy.cg", package = "MethScope")
msk <- system.file("extdata", "toy.cm", package = "MethScope")
res <- GenerateInput(qry, msk)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.