Description Usage Arguments Value Examples
HIPPO's differential expression
1 2 3 4 5 6 7 8 9  | hippo_diffexp(
  sce,
  method = "pois",
  top.n = 15,
  switch_to_hgnc = FALSE,
  ref = NA,
  k = NA,
  plottitle = ""
)
 | 
sce | 
 SingleCellExperiment object with hippo  | 
method | 
 whether to use Poisson likelihood test vs Gaussian different mean test  | 
top.n | 
 number of markers to return  | 
switch_to_hgnc | 
 if the current gene names are ensemble ids, and would like to switch to hgnc  | 
ref | 
 a data frame with columns 'hgnc' and 'ensg' to match each other, only required when switch_to_hgnc is set to TRUE  | 
k | 
 number of rounds of clustering that you'd like to see result. Default is 1 to K  | 
plottitle | 
 title of the resulting plot  | 
list of differential expression result
1 2 3 4 5 6 7 8  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.