Description Usage Arguments Details Examples
View source: R/return_markers.R
This will return the marker genes.
1 | return_markers(input, return_by = "Cluster", num_markers = 10)
|
input |
the input ex_sc |
return_by |
the pData column that was used for id_markers (id_by argument) |
num_markers |
the number of markers to return for each cell type |
This will return the marker and reference genes stored in fData(input) in a convienient list format.
1 | marker_list <- return_markers(input = ex_sc, num_markers = 50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.