Description Usage Arguments Value Examples
QcConfigSignal
1 2 3 4 5 6 7 | QcConfigSignal(
file_paths,
groups = NULL,
group_names = NULL,
group_colors = NULL,
view_size = 3000
)
|
file_paths |
character paths to files |
groups |
numeric vector of group assignments. 1 is first item in group_names, 2 is second, etc. Default is seq_along(file_path) |
group_names |
vector of group names to assign from according to groups |
group_colors |
vector of colors to use per group |
view_size |
view size in bp to apply. Defaults to 3000. |
a QcConfigSignal object
1 | QcConfigSignal(c("A", "B"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.