I am trying to use tximport on my read counts from kallisto. This is what Ive tried:
Txi_genebird <- tximport(path, type = "kallisto", tx2gene = Tx, txOut = FALSE countsFromAbundance = "lengthScaledTPM", ignoreTxVersion = TRUE, ignoreafterbar = TRUE) Error in .local(object, ...) : None of the transcripts in the quantification files are present in the first column of tx2gene. Check to see that you are using the same annotation for both.
Example IDs (file): [ENSTGUT00000000001, ENSTGUT00000000002, ENSTGUT00000000003, ...]
Example IDs (tx2gene): [ENSTGUT00000014203.2, ENSTGUT00000033741.1, ENSTGUT00000014202.2, ...]
This can sometimes (not always) be fixed using 'ignoreTxVersion' or 'ignoreAfterBar'.
I really don't know what else to do.. Any help appreciated!