Description Usage Arguments Value
plot heatmap using pheatmap
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20  | pl_heatmap(
  data,
  features = NULL,
  color = gradient_colors$f_BuWtRd(99, interpolate = "linear"),
  meta_data = NA,
  annot_col = NA,
  permutation_by = NA,
  seed = 666,
  feature_data = NA,
  annot_row = NA,
  smooth_n = NA,
  do_scale = F,
  smooth_lowess = F,
  lowess_span = 2/3,
  cap_max = NA,
  cap_min = NA,
  annot_colors = NA,
  rownames_to_show = NA,
  ...
)
 | 
data | 
 feature by cell data matrix  | 
features | 
 features to display  | 
color | 
 heatmap colors  | 
meta_data | 
 cell annotation data frame  | 
annot_col | 
 select colnames of meta_data  | 
permutation_by | 
 permutate and order the cells  | 
seed | 
 permutation seed  | 
feature_data | 
 feature annotation data frame  | 
annot_row | 
 select colnames of feature_data  | 
smooth_n | 
 smooth the expression over smooth_n cells  | 
do_scale | 
 scale data  | 
smooth_lowess | 
 smooth using lowess regression  | 
lowess_span | 
 lowess span  | 
cap_max | 
 capping the maximum of data  | 
cap_min | 
 capping the minimum of data  | 
annot_colors | 
 a list of annotation colors named with annotation categories  | 
rownames_to_show | 
 select rownames to show to the right  | 
... | 
 other params passed to pheatmap  | 
a pheatmap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.