Hi,
I have been following the csaw vignette and this article: https://f1000researchdata.s3.amazonaws.com/manuscripts/8237/a7de2136-b076-43a6-9376-7eec24c7d4117016-_Aaron_Lun_V2.pdf?doi=10.12688/f1000research.7016.2
For estimating the fragment length, two commands are suggested: maximizeCcf (in the vignette) and which.max (in the article). However these commands are giving two different results:
`> which.max(fragmentLength) - 1
[1] 40
> maximizeCcf(fragmentLength)
[1] 192`
I guess that the correct way is the "maximizeCcf(fragmentLength)" command but why using "which.max(fragmentLength) - 1" in the article?
Thanks.
thanks a lot!