I am running Sleuth, but facing the following issue when reaching the "so <- sleuth_prep". the Kir_dirs giving me the following results;
> kal_dirs
SRR493367
"~/Desktop/my_lab/Test/analysis/bears_iplant/results/paired/SRR493367/kallisto"
SRR493368
"~/Desktop/my_lab/Test/analysis/bears_iplant/results/paired/SRR493368/kallisto"
> so <- sleuth_prep(kal_dirs, s2c, ~ condition, target_mapping = t2g)
Error in sleuth_prep(kal_dirs, s2c, ~condition, target_mapping = t2g) :
'kal_dirs' (sample_to_covariates) must be a data.frame
How can fix this Error.