make_comb_ref: make combination ref matrix to assess intermixing

View source: R/utils.R

make_comb_refR Documentation

make combination ref matrix to assess intermixing

Description

make combination ref matrix to assess intermixing

Usage

make_comb_ref(ref_mat, if_log = TRUE, sep = "_and_")

Arguments

ref_mat

reference expression matrix

if_log

whether input data is natural

sep

separator for name combinations

Value

expression matrix

Examples

ref <- make_comb_ref(
    cbmc_ref,
    sep = "_+_"
)
ref[1:3, 1:3]

NCBI-Hackathons/RClusterCT documentation built on April 8, 2024, 4:36 a.m.