Music: Title

View source: R/Music.R

MusicR Documentation

Title

Description

Title

Usage

Music(scdata, bulkdata, label, SubMethod = "weighted")

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.

SubMethod

the methods type "nnls","weighted".

Value

A data frame of Mixed cellular fractions.

Examples

# Bulk <- Bulk_GSE60424
# SC <- SC_GSE60424
# Label <- Label_GSE60424$Label
# res <-  Music(bulkdata = Bulk,
#               scdata = SC,
#               label = Label,
#               SubMethod = "weighted")

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