Plot Seurat::FindMarkers result
plot_pct.RdPlot the output of the Seurat::FindMarkers function, as pct.2 in function of pct.1.
Arguments
- dataf
DATAFRAME : a dataframe, for instance the result of the
Seurat::FindMarkersfunction (not default)- color_by
CHARACTER : a column of
datafto color points by (default to "avg_log2FC")- color_palette
VECTOR : a character vector of length 3 (low, middle and high) associated with
color_by(default to a blue to red palette)- label
CHARACTER : a column of
datafto label points by (default torownames(dataf))