View source: R/fileutilities.R
ct.resultCheck | R Documentation |
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.
ct.resultCheck(summaryDF)
summaryDF |
A |
A logical indicating whether the object is of the appropriate format.
Russell Bainer
data('resultsDF') ct.resultCheck(resultsDF)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.