This function is for calculating the cell type specific library size for selected cell types.

music_Design.matrix(x, non.zero, markers, clusters, samples, select.ct)

Arguments

x

SingleCellExperiment, single cell dataset

non.zero

logical, if true, remove all gene with zero expression

markers

vector or list of gene names

clusters

character, the colData used as clusters

samples

character,the colData used as samples

select.ct

vector of cell types included, default as NULL. If NULL, include all cell types in x

Value

subject by cell type matrix of library

See also