igv_batch_screenshots | R Documentation |
Generate igv batch screenshots script
igv_batch_screenshots(
chrm,
pos,
output_dir,
prefix,
snapshot_path,
windows_size = 1501,
screenshot_number = 100,
output_positions = FALSE
)
chrm |
A vector of string. Chromossome name, e.g. "chrm1". |
pos |
A vector of integers. Positions to center the screenshot. |
output_dir |
A 1-length string. Directory where the IGV-batch-screenshot script is saved. |
prefix |
A 1-length string. |
snapshot_path |
A 1-length string. Directory where the IGV-batch-screenshot script will save the screenshots. |
windows_size |
1-length integer. Window size of the screenshot. |
screenshot_number |
1-length integer. Number of screenshot to generate. |
output_positions |
If TRUE, output a data.frame with variant positions and the reagions to visualize. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.