MakeBiasPerTypeMatrix | R Documentation |
Make bias matrix
MakeBiasPerTypeMatrix( matrix, metadata, indivVar, indivVal, cellTypeVar, cellTypeVal, condition = "no", conditionVal = "" )
matrix, |
barcode count matrix |
metadata, |
the metadata corresponding to the matrix |
indivVar, |
name of variable defining individuals |
indivVal, |
list of selected individuals |
cellTypeVar, |
list of sected variables |
cellTypeVal, |
list of sected values, at least 2. |
condition, |
is there a condtion, default is "no" |
conditionVal, |
condition value (only one accepted), default is "" |
a list of two matrices, the category for PlotCategories function and barcode count matrix for PlotCategoryCount function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.