Description Usage Arguments Value Examples
View source: R/deepTools2_wrapper.R
Wrapper for deepTools2 plotProfile function.
1 2 | dT2_plotProfile(gz_file, output_file, dpi = 600, run_as_sys = F,
outFileSortedRegions = NULL, outFileNameData = NULL, perGroup = F)
|
gz_file |
gz file from dT2_computeMatrix |
output_file |
output file (.png, jpg, etc) |
dpi |
Resolution of the image |
run_as_sys |
Run the command as system. |
outFileSortedRegions |
path to output bedfile for sorted regions |
outFileNameData |
path to output tab file for underlying data. |
perGroup |
calculate profiles as per group, rather than per sample. |
returns a command string, or runs the command and returns an image.
1 | # ADD_EXAMPLES_HERE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.