Description Usage Arguments Value Author(s) Examples
View source: R/fileutilities.R
Many gCrisprTools functions operate on a data.frame
of results
generated by a CRISPR screen. This function takes in a supplied object and returns
a logical indicating whether the object can be treated as one of these data.frames
for the purposes of downstream analyses. This is largely used internally, but can
be useful if a user needs to build a result object for some reason.
1 | ct.resultCheck(summaryDF)
|
summaryDF |
A |
A logical indicating whether the object is of the appropriate format.
Russell Bainer
1 2 | data('resultsDF')
ct.resultCheck(resultsDF)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.