| bedgraph.to.depth {GMD} | R Documentation |
Convert a BedGraph fiel to a vector of depth-like signals
bedgraph.to.depth(inFpath, chr, start, end, reverse = FALSE)
inFpath |
character, the path of a bedgraph file |
chr |
character, the chromosome |
start |
numeric, the start position (0-base) |
end |
numeric, the end position |
reverse |
logical, whether a reverse strand |
numeric
Xiaobei Zhao