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