gene_summary_top_n_genes | R Documentation |
Collects top n genes from a MageckGeneRRA
object.
gene_summary_top_n_genes(
gene_summary_object = NULL,
n = 10,
fdr = 0.05,
direction = "neg"
)
gene_summary_object |
a |
n |
maximum number of genes to retrieve |
fdr |
maximum FDR threshold |
direction |
direction of results to retrieve (pos or neg) |
a data frame containing MAGeCK RRA gene results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.