processBed: Processes input befile

Description Usage Arguments Author(s)

Description

Generates a dataframe of reads from a bedfile for the specified genomic coordinate

Usage

1
2
processBed(startLoc, endLoc, chr, fileName, skip = 3, padding = 1e+05,
  qual = 0, rmdup = TRUE, verbose = TRUE)

Arguments

startLoc

Genomic coordinate start position

endLoc

Genomic coordinate end position

chr

Genomic coordinate chromosome

fileName

Name of bamfile to process

skip

Number of rows in header of bedfile

padding

Number of bases to extend beyond the startLoc and endLoc

qual

Filter reads based on specified qulaity score

rmdup

ifTRUE remove duplicate reads

verbose

Verbose messages ifTRUE

Author(s)

Ashley D. Sanders, Mark Hills


drashley/InvertR documentation built on May 15, 2019, 1:54 p.m.