if users don't provide a tx2gene argument, this could either be a mistake -- they didn't know they needed to tell the function which tx belong to which genes -- or they could want to have tx-level output, the current warning is:
Error: all(c(geneIdCol, lengthCol, abundanceCol) %in% names(raw)) is not TRUE
this could say, either provide tx2gene or specify txOut=TRUE
if users don't provide a
tx2gene
argument, this could either be a mistake -- they didn't know they needed to tell the function which tx belong to which genes -- or they could want to have tx-level output, the current warning is:this could say, either provide
tx2gene
or specifytxOut=TRUE