Hello! I am trying to use this tool to compare differences in two conditions across three samples. I get the following error message when trying to import my data:
“reading in files with read_tsv
1 2 Error in tximport::tximport(files = localFiles, type = tolower(dataAnalyed$orign), :
all(txId == raw[[txIdCol]]) is not TRUE
Calls: importIsoformExpression → → stopifnot
Warning message:
In txId == raw[[txIdCol]] :
longer object length is not a multiple of shorter object length”
The error message suggests that I have duplicate input datasets, but I do not - they’re three different inputs per condition.
I performed transcriptome assembly using the following tutorial and I don’t know if this is part of the issue?
My history:
Any help is greatly appreciated!