Learn R Programming

MultiSV (version 0.0-67)

ComputeBinCounts: Compute read counts in bins from read hits.

Description

Compute read counts in bins from read hits.

Usage

ComputeBinCounts(RDBinSampleFile, RDBinChrSizeFile,RDBinSampleName, RDBinWindowSize,OutFolder)

Arguments

RDBinSampleFile
: File containing read hits
RDBinChrSizeFile
: File containing list of chromosmes with their sizes
RDBinSampleName
: Name of the Indvidual or population
RDBinWindowSize
: Size of bin
OutFolder
: output directory to save the counts file

Value

ComputeBinCounts: Compute read counts in bins

See Also

Bin2MultiSV

Examples

Run this code
## Not run: 
# ComputeBinCounts(RDBinSampleFile, RDBinChrSizeFile, RDBinSampleName ,
# 								RDBinWindowSize, OutFolder)
# ## End(Not run)

Run the code above in your browser using DataLab