pf_analysis: Protected fragment analysis

View source: R/pf_analysis.R

pf_analysisR Documentation

Protected fragment analysis

Description

Protected fragment analysis

Usage

pf_analysis(
  SCAR_obj,
  outdir = getwd(),
  in_bam = NA,
  in_bg = NA,
  thresh = 0,
  bed_file = bed_file
)

Arguments

SCAR_obj

SCAR object.

outdir

Output directory.

in_bam

path to an input bam, leave blank if none

in_bg

path to an input bedgraph, leave blank if none

thresh

a cutoff for 'low' signal. Coverage regions under this threshold will be compared to the input bam file as 'low signal' regions

bed_file

A bed file of regions to be checked for local low signal sites in aligned bams


Bankso/SCAR documentation built on Aug. 20, 2022, 5:26 a.m.