Description Usage Arguments Value Examples
View source: R/identify_cluster.R
(All)Goes through given top markers and extract those that match the cluster identifiers.
1 2 3 4 5 6 7 | identify_cluster(
topmarkers,
upper = "na",
top20 = "na",
writecsv = "na",
nameoffile = "topmarkers.csv"
)
|
topmarkers |
A dataset of topmarkers |
upper |
upper = "upper" if cells are upper case |
top20 |
top20 = "top20" if only want to consider top 20 markers per cluster |
writecsv |
writecsv = "writecsv" if want to have csv of top 20 markers per cluster |
nameoffile |
Put name of what you want to name the output in " ". |
A data frame object that has all the markers and corresponding clusters and the cluster type for each gene.
1 2 | output_table <- identify_cluster(topmarkers, upper = "upper", top20 = "top20", writecsv = "writecsv",
nameoffile = "topmarkers_40pc_04res.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.