Description Usage Arguments Value Author(s) See Also Examples
View source: R/reference_fragments.R
countFragmentOverlapsSecondCutter
counts the number of reads mapping to
each cutting site of the second cutter and then summarizes them over the
fragment ends of the first cutter stored in rowRanges
of the
FourC
object.
1 2 3 4 5 6 | countFragmentOverlapsSecondCutter(
object,
extend = TRUE,
minMapq = 0,
shift = 0
)
|
object |
A |
extend |
Defines whether the read start should be extended by the length
of the second cutter recognition sequence to overlap the cutting sites which is
required for counting. If the cutting site has been trimmed with the primer
sequence this has to be set to |
minMapq |
Minimum mapping quality required for counting the read.
Default is |
shift |
Maximum difference in starts or ends between read and fragment
positions. Default is |
Updated FourC
object that contains two new assays
countsLeftFragmentEnd
and countsRightFragmentEnd
with the
count values at the respective fragment end.
Felix A. Klein, felix.klein@embl.de
FourC
, findViewpointFragments
,
countFragmentOverlaps
1 2 | ## not run:
## countFragmentOverlapsSecondCutter(fc, extend=TRUE, minMapq=30)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.