Description Usage Arguments Value Examples
Filter features from an Fc Array data frame by their difference from baseline.
1 | fcff_feats_diff(fc, diff_opts)
|
fc |
The Fc Array data frame. |
diff_opts |
A list containing the following sub-parameters:
|
The p-values that represent the comparison between baseline and the other subjects using the test specified in diff_opts.
1 2 | p_vals = fcff_feats_diff(fc, diff_opts)
keep = p_vals < 0.05
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.