Description Usage Arguments Value Author(s) Examples
View source: R/generateReports.R
This is a function to generate an html report for a CRISPR screen, incorporating information about a specified contrast.
The report contains a combination of experiment-level and contrast-specific analyses, largely collected from other functions in
gCrisprTools
. It is designed to be used 'as-is', and analysts interested in using different functionalities of the various
functions should do that outside of this wrapper script.
1 2 3 4 5 6 7 8 9 10 11 |
fit |
An object of class |
eset |
An ExpressionSet object containing, at minimum, a matrix of gRNA abundances extractable with the |
sampleKey |
A sample key, supplied as an ordered factor linking the samples to experimental
variables. The |
annotation |
An annotation object for the experiment. See the man page for |
results |
A data.frame summarizing the results of the screen, returned by the function |
aln |
A numeric alignment matrix, where rows correspond to "targets", "nomatch", "rejections", and "double_match", and where columns correspond to experimentasl samples. |
outdir |
A directory in which to generate the report; if |
contrast.term |
A parameter passed to |
identifier |
A character string to name the report and corresponding subdirectories. If provided, the final report will be called
' |
The path to the generated html report.
Russell Bainer
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.