Description Usage Arguments Value Examples
Get DE genes in ave_logFC
1 | top_m(markers, m)
|
markers |
the result of FindAllMarkers(), including the col named "cluster" |
m |
the number of the genes in top |
a data.frame has the genes in top you choose
1 2 3 4 5 6 | ## Not run:
input.file <- system.file('extdata','DEG.csv',package = 'LIANLABDATA')
markers <- read.csv(input.file,header = T, row.names = 1)
markers_top <- top_m( markers, m = 20)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.