radlinsky
radlinsky
Hi @bioinfo17, can you please elaborate? I am seeing the same error using STAR-aligned BAMs (to transcriptome) sorted with samtools 1.9 (default arguments, which the docs say means they are...
I'm having this issue, too. Did Solomon define cubroot_trans() himself?
I found an implementation of the cuberoot_trans function [here](https://github.com/FrankRuns/Udacity/blob/master/Data-Analysis-with-R/EDA_Lesson6_Notes.R). Thanks @FrankRuns Also, note that cubroot_trans != cuberoot_trans... there is a typo! `cuberoot_trans = function() trans_new('cuberoot', transform = function(x) x^(1/3), inverse...