| retrieveTopClustersMarkers,scRNAseq-method | R Documentation | 
This function retrieves the top N marker genes for each cluster.
retrieveTopClustersMarkers(theObject, nTop=10, removeDuplicates = TRUE,
                writeMarkerGenes = FALSE)
| theObject | An Object of class scRNASeq for which rankGenes was run. See ?rankGenes. | 
| nTop | Number of marker genes to retrieve per cluster. Default=10. | 
| removeDuplicates | If TRUE, duplicated markers are removed from the lists. Default=TRUE. | 
| writeMarkerGenes | If TRUE, writes one list per cluster in the output folder defined in theObject, and in the sub-directory marker_genes/markers_lists. Default=FALSE. | 
Output the list of markers to marker_genes/markers_lists if writeMarkersGenes is TRUE and return a scRNASeq object with its clustersMarkers slot updated.
Ilyess RACHEDI, based on code by Polina PAVLOVICH and Nicolas DESCOSTES.
retrieveGenesInfo
## Object scr containing the results of previous steps
load(system.file("extdata/scrFull.Rdat", package="conclus"))
## Retrieve the top 10 markers per cluster
scr <- retrieveTopClustersMarkers(scr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.