Scdc: SCDC

View source: R/Scdc.R

ScdcR Documentation

SCDC

Description

SCDC

Usage

Scdc(scdata, bulkdata, label)

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.

Value

Mixed cell composition estimation ratio data frame.

Examples


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


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