Description Usage Arguments Value Examples
Label two groups of cells based on the contents of their names
1 2  | label_by_colnumbs(df, x.start, x.stop, y.start, y.stop, x.name = "group_x",
  y.name = "group_y")
 | 
df | 
 A data frame  | 
x.start | 
 Index of   | 
x.stop | 
 Index of   | 
y.start | 
 Index of   | 
y.stop | 
 Index of   | 
x.name | 
 String label for first cell group (default: "group_x")  | 
y.name | 
 String label for second cell group (default: "group_y")  | 
A named character vector that contains x.name and
y.name, and all cells that do not qualify as positive or
negative are omitted
1 2  | label_by_colnumbs(df = Fincher, x.start = 1, x.stop = 11, y.start = 12,
                  y.stop = length(colnames(planaria_cells))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.