Skip to content

Commit

Permalink
plan week 6
Browse files Browse the repository at this point in the history
  • Loading branch information
3mmaRand committed Nov 4, 2024
1 parent e7b8f34 commit dad40ee
Showing 1 changed file with 42 additions and 1 deletion.
43 changes: 42 additions & 1 deletion update-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,45 @@ bibtex::write.bib(entry = pkgs, file = "references_libs.bib", append = FALSE)

labelling several particular genes
You need to do external_gene_name %in% ....
where ... is a list of the gene names
where ... is a list of the gene names

WEEK 6

reminder on organising work
folders for different types of data
make inuts and outputs clear
include all inputs and outputs
you will be submitting either:
- an RStudio project (i.e., a folder structure
containing an .RProj in the top folder

- a folderstructure which includes an RStudio Project

not one correct organisationbut should be as self-explanatory
as possible

self explanatory does not mean youdon't explain. it means you
save people mental load

Curate your and reorganise your code
- does it make sense to use more than one script
- do any of your files need renaming and reorganising
- do any variables need renaming for consistency
- remember you want to be systematic
- write down conventions you decide to follow
- go through week 2 and apply

restart R to try. exchange projects with a friend. Do they understand?

Readme
- how to make
- what goes in
- software including versions
- session info
- instructions for use
- issues, problems
- what the project is about
- data and data provenence
- description o the project organisation
- description of the files

0 comments on commit dad40ee

Please sign in to comment.