Closed lcolladotor closed 2 years ago
FYI: note that Leo is transferring the data to /dcs04/lieber/lcolladotor/pilotHb_LIBD001/Roche_Habenula
right now.
Once all the data is transferred, we could rename the directory as well as this repo. In any case, we need to update the JHPCE location on the main README.md
. I would also move it to the end of the README.md since that's internal info that once the repo is public, won't make much sense for others to see at the top. Like:
# Internal
* JHPCE location: `/dcs04/lieber/lcolladotor/pilotHb_LIBD001/Roche_Habenula`
The idea is to update the file structure to reflect https://lcolladotor.github.io/bioc_team_ds/organizing-your-work.html#jhpce-file-organization.
Roche_Habenula
habenula_*csv
->raw-data/sample_info/bulk/
prep_manifest.R
->code/01_bulk_speaqeasy/
count_data
->processed-data/01_bulk_speaqeasy
qc_data.R
->code/02_bulk_qc/
qc_plots
->plots/02_bulk_qc
pc_explore.R
->code/03_bulk_pca/
pca_plots
->plots/03_bulk_pca
de_analysis*.R
->code/04_bulk_DE
genewalk.sh
->code/05_bulk_genewalk/genewalk.sh
genewalk
->processed-data/05_bulk_genewalk
Deconvolution
->code/06_deconvolution_trial
(move output intoplots/06_deconvolution_trial
andprocessed_data/06_deconvolution_trial
pdfs
->plots/
and maybe re-organized into smaller directories like04_bulk_DE
rdas
->processed-data/
and then sub-directoriestables
->processed-data/
and sub-directoriespower_diff*.R
->code/99_grant_power/
Erik_Habenula
snRNA-seq/jobSubmit*.sh
->code/07_cellranger/
snRNA-seq/logs
->code/07_cellranger/logs
snRNA-seq/Br*
->processed-data/07_cellranger/
snRNA-seq/20210323_human_hb_neun.R
->code/08_snRNA-seq_Erik/
snRNA-seq/20210525_human_hb_processing.rda
->processed-data/08_snRNA-seq_Erik/
snRNA-seq/s3e_hb.rda
->processed-data/08_snRNA-seq_Erik/
snRNA-seq/human_hb_markers_k10.pdf
->plots/08_snRNA-seq_Erik/
At this point
snRNA-seq
should be empty and we could delete it.README
plots/*
andprocessed-data/*
then move parts of what you have in the currentREADME.md
there. Also use bullet points and the single back-tick syntax for differentiating file names from text.Example:
This is how it looks:
file_01.pdf
: descriptionfile_02.pdf
: descriptionPD For now we aren't going to re-organize
/dcs04/lieber/lcolladotor/pilotHb_LIBD001/Visium_Hb
since we have to decide with @kmaynard12 whether Visium will be used in this project or not. TBD!