cp_summarize | R Documentation |
Summarize all the results from CPgeneProfiler output
cp_summarize(
outdir_loc = "CPgeneProfiler_Output",
outdir = "CPgeneProfiler_Output",
report = "SummaryPlots",
image = "png"
)
outdir_loc |
output directory location (By default, output directory will be created in the input folder) |
outdir |
output directory (default: CPgeneProfiler_Output) |
report |
PDF Summary of all the plots (default: Summary) |
image |
format of all the output image plots. (default:png) Note: All the image plots should be in same format (png/tiff/jpeg) to form a summary report plot file in PDF |
cp_summarize()
cp_summarize(outdir = "/home/user/Desktop", report="Summary" , image = "png")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.