View source: R/call_peaks_seacr.R
| call_peaks_seacr | R Documentation | 
Call peaks from a bedGraph or bigWig file using SEACR (Sparse Enrichment Analysis for CUT&RUN).
call_peaks_seacr(
  bedgraph_path,
  control = 0.05,
  norm = TRUE,
  stringent = TRUE,
  outdir = tempdir(),
  outputfile = basename(tempfile(pattern = bedgraph_path, fileext = ".SEACR_peaks")),
  return_path = FALSE,
  remove_tmps = TRUE,
  nThread = 1,
  verbose = TRUE
)
bedgraph_path | 
 Field 1: Target data bedgraph file in UCSC bedgraph format that omits regions containing 0 signal.  | 
control | 
 Control (IgG) data bedgraph file to generate an empirical
threshold for peak calling.
Alternatively, a numeric threshold n between 0 and 1 returns the top n
fraction of peaks based on total signal within peaks 
(default:   | 
norm | 
 Field 3: "norm" (default:   | 
stringent | 
 Field 4:"relaxed" (  | 
outdir | 
 Directory to store   | 
outputfile | 
 Name of the peak output file (stored in BED format).  | 
return_path | 
 Whether to return the path to the saved peak file, or the peak data itself as a GRanges object.  | 
remove_tmps | 
 Remove temporary intermediate files generated by SEACR (i.e. )  | 
nThread | 
 When   | 
verbose | 
 Print messages.  | 
GRanges or path to save peaks file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.