Enigma: Title

View source: R/Enigma.R

EnigmaR Documentation

Title

Description

Title

Usage

Enigma(scdata, bulkdata, label, reftype = "single_cell")

Arguments

scdata

single data with genes in rows and cells in columns.

bulkdata

A matrix with genes in rows and samples in columns.

label

The cell type label of single data.

reftype

Determine the reference type. Should be either "single_cell" or "sort".

Value

A data frame of Mixed cellular fractions.

Examples



# Bulk <- Bulk_GSE60424
# SC <- SC_GSE60424
# Label <- Label_GSE60424$Label
# res <- Enigma(bulkdata = Bulk,
#               scdata = SC,
#               label = Label)


libcell/deconvBench documentation built on Sept. 24, 2022, 12:36 p.m.