seAMLess | R Documentation |
Given the count matrices of bulk-RNA samples, this function deconvolutes each sample into its cell types using a healthy BM reference, and calculates the sample's in vitro resistance to Venetoclax.
seAMLess(
mat,
scRef = seAMLessData::scRef,
scRef.sample = "Sample",
scRef.label = "label.new",
verbose = TRUE
)
mat |
count matrix (genes by 1+samples). |
scRef |
reference matrix for single cell data |
scRef.sample |
column name for the samples in single cell reference |
scRef.label |
column name for the cell names in single cell reference |
verbose |
prints detailed messages |
List of deconvoluted cell type percentages and predicted drug resistances
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.