View source: R/CARD.SCMapping.R
getWeightForCell | R Documentation |
The function to estimate the cell type composition signature for each single cell in the scRNaseq reference data
getWeightForCell(sc_eset, ct.varname, ct.select, sample.varname, B)
sc_eset |
the sc_eset stored in the CARD object |
ct.varname |
character, the name of the column in metaData that specifies the cell type annotation information, stored in the CARD object |
ct.select |
vector of cell type names that you are interested in to deconvolute, default as NULL. stored in the CARD object |
sample.varname |
character,the name of the column in metaData that specifies the sample information. stored in the CARD object |
B |
reference basis matrix stored in the CARD object. |
Returns a matrix of the cell type composition signature for each single cell in the scRNaseq reference
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.