combineFragEnds {FourCSeq} | R Documentation |
combineFragEnds
combines the counts of both fragment ends. A
multiplication factor can be used for fragments that only have counts for
one valid fragment end.
combineFragEnds(object, multFactor = 1, filter = FALSE)
object |
A |
multFactor |
Multiplication factor that can be used to multiply the
counts of fragments which only have one valid end. Default is |
filter |
If filter is |
Returns an updated FourC
object with a new assay counts
containing the combined count data of both fragment ends for all viewpoints.
Felix A. Klein, felix.klein@embl.de
data(fc, package="FourCSeq") fc <- combineFragEnds(fc) fc