Hello, Are q0.1 and q0.9 values the same in CAGEexp and CAGEset objects? To cut a long story short, I'm trying to run a code in which they used CAGEset objects, but taking advantage of CAGEr vignette I created a CAGEexp object. the CAGEseq object value os a position of $q0.1 and $q0.9 from base n=1 of the chromosome (so big numbers close to those in $start $end columns) the CAGEexp object I created has very small values, like 1, 10, 25, they look like the distance from the base n=1 of the interval defined by start and end columns. is it like that? to get the InterquantileWidth tagClusters() should I just edit those columns by doing
x$"q_0.1" = x$"start" + x$"q_0.1" - 1
x$"q_0.9" = x$"start" + x$"q_0.9" - 1
many thanks !
Dear Charles, thanks again for your support!
Cool this is what i have.
So, you confirm that CAGEsetq0.1 = CAGEexpstart + CAGEexpq_0.1 -1, right?
I think so. By the way, in that development round (Bioc 3.12), I definitely want to sanity check the quantile information code of
CAGEexp
objeccts, and then remove theCAGEset
code. While doing so, we might change how quantile information is stored internally. If you have interest to help, please join us!