top_m: Get DE genes in ave_logFC

Description Usage Arguments Value Examples

View source: R/Get_Mixture.R

Description

Get DE genes in ave_logFC

Usage

1
top_m(markers, m)

Arguments

markers

the result of FindAllMarkers(), including the col named "cluster"

m

the number of the genes in top

Value

a data.frame has the genes in top you choose

Examples

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)

Lian-Lab/LIANLAB documentation built on June 23, 2021, 5:37 a.m.