Description Usage Arguments Details
View source: R/extract_summary.R
Extract area under the curve for every peak from from given bigWig files.
| 1 2 3 4 | 
| coldata | Coldata generated from  | 
| bed | Input bed file. Can also be a gz compressed narrowPeak/BED | 
| genome | can be hg19 or mm10 | 
| startFrom | NULL Default is to estimate complete AUC for each BED entry. Can be 'tss', 'tes' or 'center' | 
| up | Default 2500. Only applicable if  | 
| down | Default 2500. Only applicable if  | 
| op_dir | Directory to store results. Defult "./" | 
| rmAfter | remove matrix files generated by bwtool once data is read into R. Default TRUE. | 
| keepBed | Keep output BED as is? Default TRUE | 
| bedHeader | Does input BED file has header. Default FALSE | 
| nthreads | Threads to use. Default 4. | 
| remove_dups | Remove duplicated BED entries with same start and end coordinates. Default FALSE. | 
| bw_path | path to bwtool. Default looks under system path. | 
This function is a wrapper around bwtool summary command and extracts peak intesities from bigWig files for every peak in an input BED file. Once extraction is complete signal values are combined into a single data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.