Description Usage Arguments Value Author(s) See Also Examples
Counts are transformed to a hit if they exceed the given threshold. Hits are then smoothed using the number of fragments provided by binWidth. binWidth has to be an odd number so that an equal number of fragments to each side of the current fragment are used for smoothing.
1 | smoothHitPerCent(object, binWidth = 101, thresh = 1)
|
object |
A |
binWidth |
Integer vector of odd numbers. |
thresh |
Single integer defining the threshold for calling a fragment a hit. |
Returns an updated FourC
object with smoothed counts
for each binWidth as new assays.
Felix A. Klein, felix.klein@embl.de
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.