Description Usage Arguments Value Examples
A function to add the frequency (or abundance) of cell clusters per sample to a
cfList
.
1 |
cfList |
a cfList object. It should contain at least data in the 'expr' slot. |
frequency |
one of
|
scale |
a logical value. Do the cell frequencies need to be centered and scaled? The
default |
Returns a cfList with a 'counts' slot.
1 2 3 4 5 6 | # Read Data
dirFCS <- system.file("extdata", package="cytofast")
cfData <- readCytosploreFCS(dir = dirFCS, colNames = "description")
# Add cell counts to cfList
cfData <- cellCounts(cfData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.