Description Usage Arguments Examples
View source: R/sigtools_aggregation.R
Generates aggregation plots for all the signals in the given multi-column bedGraph file, over the specified elements in the given interval file
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
path_mulColBedG |
The path to the input multi-column bedgraph file |
chr |
The intended chromosome (example:21L) |
mode |
Controls the length unification process [options: 'point' or 'stretch'] |
header |
Does your file include headers? [default:FALSE] |
prefix |
Your preferred prefix for naming the signals [default:'s'] |
sep |
Your field separator character [default:'\t'] |
outdir |
Name of the output directory [default:aggregation] |
resolution |
The bin size of the input file [default:200] |
neighborhood |
The number of covered up and down stream bins [default:50] |
percentile |
What percentile of your data you want to work with [default:'100'] |
enrichment |
Do you like to plot the enrichment? [default:FALSE] |
means |
If given, istead of calculating mean values of the signals, the mean will be obtained from this list [default:c(NA)] |
path_regThe |
The path to the inpput interval file |
1 | sigtools_aggregation(path_mulColBedG = "./test_data/E003-assays_chr21_bin200_bwtool.mcBedGraph", path_reg = "./test_data/Ensembl_chr21.gene_info", chr = 21, mode = 'stretch', header = TRUE , outdir = 'aggregation_E003-chr21_enriched_2', resolution = 200L , neighborhood = 10L, enrichment = TRUE, means = c(0.640, 0.601, 0.633, 0.575, 0.604, 0.597) )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.