write_markers_xlsx | R Documentation |
Write marker table to excel for easier perusal by collaborators
write_markers_xlsx(
mrkr_list,
path,
description_string =
"Genes differentially expressed between each cluster and all other cells",
marker_type = NULL
)
mrkr_list |
list of marker data.frames from Seurat or presto |
path |
path to output xlsx |
description_string |
String to add to first excel sheet to describe data . Text is included with scbp::presto_marker_description, scbp::seurat_marker_description, scbp::scran_fm_marker_description (findMarkers), or scran_sm_marker_description (scoreMarkers). |
marker_type |
one of c("Seurat", "presto", "scran_fm", "scran_sm"), if NULL, will attempt to automatically identify |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.