Learn R Programming

r3Cseq (version 1.18.0)

getReadCountPerRestrictionFragment: count reads per resitrcition fragment

Description

Counts the number of reads from 3C-Seq data per each restriction fragment

Usage

getReadCountPerRestrictionFragment(object,getReadsMethod = c("wholeReads", "adjacentFragmentEndsReads"), nFragmentExcludedReadsNearViewpoint=2)

Arguments

object
r3Cseq object
getReadsMethod
character. To count all reads found in the particular restriction fragment uses wholeReads option. To count reads found around the edge of restriction fragment both 5'utr and 3'utr uses adjacentFragmentEndsReads option (default=wholeReads)
nFragmentExcludedReadsNearViewpoint
Numeric. The number of excluded fragments around the viewpoint, reads found in these fragments will be removed from the analysis (default=2)

Value

The RangedData represents the number of reads per each restriction fragment

See Also

getReadCountPerWindow, getBatchReadCountPerRestrictionFragment

Examples

Run this code
  #See the vignette	

Run the code above in your browser using DataLab