View source: R/import_peaks_multi.R
| import_peaks_multi | R Documentation | 
Automatically import peaks in different file formats. If the file is in bigWig or bedGraph format, peaks wil be called first.
import_peaks_multi(
  links,
  id = basename(tempfile()),
  build = "hg19",
  query_granges = NULL,
  query_granges_build = NULL,
  split_chromosomes = FALSE,
  condense_queries = TRUE,
  method = "MACSr",
  cutoff = NULL,
  searches = construct_searches(),
  peaks_dir = tempdir(),
  merge_list = TRUE,
  nThread = 1,
  verbose = TRUE
)
| query_granges | [Optional] GRanges object indicating which genomic regions to extract from each sample. | 
| query_granges_build | [Optional]
Genome build that  | 
| split_chromosomes | Split single-threaded query 
into multi-threaded query across chromosomes. 
This is can be helpful especially when calling peaks from 
large bigWig/bedGraph files.
The number of threads used is set by the  | 
| condense_queries | Condense  | 
| method | Method to call peaks with: | 
| cutoff | 
 | 
| searches | Named list of regex queries. | 
| peaks_dir | Directory to save peaks to (only used when calling peaks from bedGraph files). | 
| nThread | When  | 
| verbose | Print messages. | 
GRanges
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.