View source: R/fileutilities.R
ct.simpleResult | R Documentation |
Convenience function to reduce a full results object to a gene-level object that retains minimal statistics (or alternatively, check that a provided simple result object is valid).
ct.simpleResult(summaryDF, collapse = c("geneSymbol", "geneID"))
summaryDF |
A |
collapse |
Column of the provided resultsDF on which to collapse values; in most cases this should be 'geneSymbol' or 'geneID'. |
A gene-level 'data.frame', with guide-level information omitted
Russell Bainer
data('resultsDF') ct.simpleResult(resultsDF)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.