read_vplot_core: Read the V-plot

View source: R/read_vplot.r

read_vplot_coreR Documentation

Read the V-plot

Description

Read the V-plot from BAM files within a set of genomic regions

Usage

read_vplot_core(
  x,
  filename,
  genome,
  bin_size = 5L,
  fragment_size_range = c(0L, 320L),
  fragment_size_interval = 10L,
  ignore_strand = TRUE
)

Arguments

x

a GRange object that define a set of genomic regions.

filename

BAM file names

genome

a BSgenome object

bin_size

The bin size (default: 5L)

fragment_size_range

The range of the PE reads fragment sizes that are used for constructing Vplot (default: c(0L, 320L))

fragment_size_interval

Fragment size interval (default: 10L)

ignore_strand

whether ignore the strand of the V-plot (default: TRUE)

Author(s)

Wuming Gong (gongx030@umn.edu)


gongx030/seatac documentation built on April 15, 2023, 5:53 a.m.