Hi,
I’m trying to input a file from kallisto and I keep getting a key input error on the annotate my IDs function. My headers are called target_id_eightfiveoneseven and est_countseightfiveoneseven. The file has two rows; the first column is the transcript ID from ensembl and the second is the est count column. The transcript names look odd for example one looks like ENST00000631435.1. Even though I select the ensembl transcript ID it still doesn’t seem to recognize the input.since I get a key error.
Error in .testForValidKeys(x, keys, keytype, fks) :
None of the keys entered are valid keys for ‘ENSEMBLTRANS’. Please use the keys method to see a listing of valid arguments.
Calls: select … select -> .select -> testSelectArgs -> .testForValidKeys
My table headers are unique and are called target_id_eightfiveoneseven and est_counts_eightfiveoneseven.
Does anyone spot errors in the names of the input files?
Thanks!