LieberInstitute / spatialDLPFC

spatialDLPFC project involving Visium (n = 30), Visium SPG (n = 4) and snRNA-seq (n = 19) samples
http://research.libd.org/spatialDLPFC/
19 stars 3 forks source link

Drop _2 from sample_id #66

Closed lcolladotor closed 2 years ago

lcolladotor commented 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)