GeoMAPI_get_significant | R Documentation |
Given a completed GeoMAPI analysis, identify which cells are significant outliers.
GeoMAPI_get_significant( project, test_tail = "both", FDR = 0.05, min_coverage = 10, silent = FALSE )
project |
a genescaper project, as produced by the
|
test_tail |
whether to calculate empirical p-values using a
one-sided test ( |
FDR |
the false discovery rate, i.e. the probability that a cell identified as significant is actually a false positive. |
min_coverage |
minimum coverage (number of edges assigned to a cell) for it to be included in the final result. |
silent |
TODO |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.