Entering edit mode
4.5 years ago
StartR
▴
30
when I am typing command : txi <- tximport(samples, type = "stringtie", tx2gene = tx2gene)
I am getting this error:
Error in match.arg(type, c("none", "kallisto", "salmon", "sailfish", "rsem")) :
'arg' should be one of “none”, “kallisto”, “salmon”, “sailfish”, “rsem”
I am using t_data.ctab files from STRINGTIE output.
Please help
Yes, you were right, thank you!