Description Usage Arguments Details Author(s) See Also Examples
create quality assessment report in HTML format, which contains the annotated svg summary plot for each QA task.
1 2 3 |
obj |
A |
outDir |
A character scalar giving the output path of QA report. |
plotAll |
A logical scalar passed down to the
|
gsid |
an |
subset |
A logical expression as a filter that is passed to
|
... |
other arguments: splash: A logical scalar indicating whether the QUALIFIER package splash tag 'generated by ...' should be written right after the report title. title: A character scalar indicating the title of the report subTitle: A character scalar indicating the subtitle of the report |
QA results need to be calculated by calling qaCheck
method
before using this function to generate meaningful report. It also reads the
meta information of each QA task and generate the summary tables and svg
plots. Svg plots provide tooltips containing the detail information about
each sample and hyperlinks of densityplot for each individual FCS file.
Mike Jiang,Greg Finak
Maintainer: Mike Jiang <wjiang2@fhcrc.org>
1 2 3 4 5 6 7 8 | ## Not run:
data("ITNQASTUDY")#load stats from disk
checkListFile<-file.path(system.file("data",package="QUALIFIER"),"qaCheckList.csv.gz")
qaTask.list<-read.qaTask(db,checkListFile)
qaReport(qaTask.list[[1]],outDir="~/output")
qaReport(qaTask.list[2:3],outDir="~/output")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.