Closed lcolladotor closed 2 years ago
This will be painful and it might be good to do something like:
spe$sample_id_complete <- spe$sample_id spe$sample_id <- gsub("_2", "", spe$sample_id)
then re-save the object. Make this into an Rscript in case we need to re-run it :P (or add it to the build spe R script and just run it manually once)
This will be painful and it might be good to do something like:
then re-save the object. Make this into an Rscript in case we need to re-run it :P (or add it to the build spe R script and just run it manually once)