Description Usage Arguments Value
View source: R/parse_markertable.R
Function to parse a marker table with celltypes in rows and markers in columns, and every value being either NA, "low" or "high". The result is a list with one item for every cell type, which is a named vector with only those markers which are "high"/"low".
1 | parse_markertable(marker_table)
|
marker_table |
The data frame to parse |
a list with one item for every cell type, which is a named vector with only those markers which are "high"/"low"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.