file.path [FALSE] output

Hello Everyone,
I'm new to R studio and I'm having problem related to this command line file.path

files <- file.path("/RNAseq/salmon_folder/salmonSFquant", samples$condition, "quant.sf")

I don't understand why I don't get a [TRUE] output since all my files are organized the same

file.exists(files)
[1] FALSE TRUE FALSE FALSE TRUE TRUE TRUE TRUE
I will appreciate your help,
Thank you

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.