GenerateInput: Generate pattern level data for cell type annotation

View source: R/GenerateInput.R

GenerateInputR Documentation

Generate pattern level data for cell type annotation

Description

Generate pattern level data for cell type annotation

Usage

GenerateInput(query_fn, knowledge_fn)

Arguments

query_fn

File path to query .cg

knowledge_fn

File path to pattern file .cm

Value

A cell by pattern matrix.

Examples


qry <- system.file("extdata", "toy.cg", package = "MethScope")
msk <- system.file("extdata", "toy.cm", package = "MethScope")
res <- GenerateInput(qry, msk)


MethScope documentation built on Feb. 27, 2026, 1:08 a.m.