Description Usage Arguments Value Author(s) Examples
View source: R/Crispr_Enrichment_test.R
This function takes in a resultsDF
and a vector of targets
(contained in the geneID
column of
resultsDF
) and determines whether the specified targets are enriched within the set of all significantly altered targets.
It does this by iteratively testing whether targets
are more likely to be among the set of enriched or depleted targets
at various significance thresholds using a hypergeometric test. Note that the returned Hypergeometric P-values are not corrected
for multiple testing.
Returns a list detailing the targets
used in the tests, and tables indicating the results of the hypergeometric test
at various significance thresholds.
1 | ct.targetSetEnrichment(summaryDF, targets, enrich = TRUE, ignore = NULL)
|
summaryDF |
A dataframe summarizing the results of the screen, returned by the function |
targets |
A character vector containing the names of the targets to be tested. Only targets contained in the |
enrich |
Logical indicating whether to consider guides that are enriched (default) or depleted within the screen. |
ignore |
Optionally, a character vector containing elements of the |
A named list containing the tested target set and tables detailing the hypergeometric test results using various P-value and Q-value thresholds.
Russell Bainer
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.