track_extract: Extract bigWig track data for the given loci

View source: R/trackplot.R

track_extractR Documentation

Extract bigWig track data for the given loci

Description

Extract bigWig track data for the given loci

Usage

track_extract(
  bigWigs = NULL,
  loci = NULL,
  binsize = 50,
  custom_names = NULL,
  nthreads = 1
)

Arguments

bigWigs

bigWig files. Default NULL. Required.

loci

target region to plot. Should be of format "chr:start-end". e.g; chr3:187715903-187752003 OR chr3:187,715,903-187,752,003

binsize

bin size to extract signal. Default 50 (bps).

custom_names

Default NULL and Parses from the file names.

nthreads

Default 1. Number of threads to use.


scfurl/seqGlue documentation built on Sept. 1, 2024, 11:20 a.m.