Description Usage Arguments Value
View source: R/COMPASS_functions.R
This function calculates percentages EXCLUDING THE NULL CATEGORY eg. you have 10000 cells 5 cells express IL2 only, 3 cells express IFNg only, 2 cells express both (10 cells express any) the percentages returned by this fx are IL2 = 5/10 = 0.5, IFNg = 3/10 = 0.3, IL2+IFNg = 2/10 = 0.2 this is different than when the calculation is over ALL cells (10000 in this example)
1 |
CR |
A COMPASSResult object |
table cell proportions, null category is NOT included
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.