From 98aec5d65fc8324eb15dd5647dbb7813df850b1c Mon Sep 17 00:00:00 2001 From: Emma Rand Date: Wed, 6 Nov 2024 15:43:35 +0000 Subject: [PATCH] fix typos --- core/week-6/overview.qmd | 2 +- core/week-6/workshop.qmd | 3 +++ update-notes.txt | 53 ---------------------------------------- 3 files changed, 4 insertions(+), 54 deletions(-) diff --git a/core/week-6/overview.qmd b/core/week-6/overview.qmd index 632e43e..f6b4cf1 100644 --- a/core/week-6/overview.qmd +++ b/core/week-6/overview.qmd @@ -20,7 +20,7 @@ The successful student will be able to: - List the key components of a README file -- Use `sessioninfo` to document the software used in an R project +- Use packages to discover the packages used in a project - Write a README file for a project diff --git a/core/week-6/workshop.qmd b/core/week-6/workshop.qmd index 7399ce1..dbb912a 100644 --- a/core/week-6/workshop.qmd +++ b/core/week-6/workshop.qmd @@ -59,8 +59,11 @@ For example, in using Fiji to analyse images: Images were converted to: + Manual cropping: + Projection type used: + etc ::: diff --git a/update-notes.txt b/update-notes.txt index 2fb6d29..9c8a494 100644 --- a/update-notes.txt +++ b/update-notes.txt @@ -1,5 +1,3 @@ -ADD WEBSITE LINK TO ALL SLIDES /MATERAILS - VLE iframe

Read an Overview of the Core material (below) or open page on external site

@@ -27,9 +25,6 @@ Workshop material Independent Study to do after the workshop -Pages made with R [@R-core], Quarto [@Allaire_Quarto_2024], `knitr` [@knitr1; @knitr2; @knitr3], `kableExtra` [@kableExtra] - - 🐸 Frog development 🎄 Arabidopisis @@ -38,12 +33,6 @@ Pages made with R [@R-core], Quarto [@Allaire_Quarto_2024], `knitr` [@knitr1; @k 🐭 Stem cells - -usethis::create_project("undergrad-teaching-york/BIO00088H/hello-data") -usethis::use_r("workshop-1") -fs::dir_create("data-raw") -fs::dir_create("data-processed") - Helper code: if you want to generate a bib file, you can use bibtex::write.bib for uplaoding to your ref manager @@ -53,47 +42,5 @@ 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 - -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: create a new text file in the top level of your project -- 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