Description Usage Arguments Value Examples
Label a group of cells positive or negative for a single gene
1 2 | pos_neg.label(df, rowname, x = 100, x.limit = 0, posname = "pos",
negname = "neg")
|
df |
A data frame |
rowname |
The name of the gene(row) to be measured for hits in provided cells |
x |
The minimum number of hits required to label a cell positive for the expression of a particular gene (default: 100) |
x.limit |
The maximum number of hits of the gene defined by
|
posname |
The string to label cells that are determined to be positive (default: "pos") |
negname |
The string to label cells that are determined to be negative (default: "neg") |
A named character vector that contains posname
and
negname
, and all cells that do not qualify as positive or negative
are omitted
1 2 | pos_neg.label(df = Fincher_muscle, rowname = "dd_Smed_v4_12111_0_1", x = 100,
x.limit = 10, posname = "slit_pos", negname = "slit_neg")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.