View source: R/SingleCellRNASeq.R
| getMarkerGenesInfo | R Documentation | 
Get marker genes information for any selected cluster.
getMarkerGenesInfo(
  object,
  cluster.type = c("louvain", "walktrap", "kmeans", "merged_louvain", "merged_walktrap",
    "merged_kmeans"),
  cluster_id = "cl1"
)
| object | The SingCellaR object. | 
| cluster.type | The type of clustering method. | 
| cluster_id | The specified cluster ID (e.g. cluster1) | 
a dataframe of marker information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.