Hi
I am trying to run tximport on transcript TPM files from sailfish. This problem is that my files are not organised as they are in the Vignette with the quant.sf file for each sample in a separate folder. Instead they had all been combined into one file with separate column for sample.
I have managed to extract the quant data for each sample into a separate file for each however when I try and use those as input I get the message:
all(file.exists(files))
[1] FALSE
I understand this means the data are not organised in the way tximport wants but its difficult to tell what exactly is the problem without understanding the expected input requirements and these are not made clear in the Vignette.
It would be useful if there was a way to input all the quant.sf files in a different way and some guidance how that should look would be helpful for those of use not super proficient at R
Thanks
Sue
Hi Sue,
Could you provide some details about how your data is organized and the commands you're currently attempting to use (that are failing)? It seems that that R believes that at least some of the expected files do not exist in the provided locations — which you can check outside of the tximport package.
--Rob