-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from 3mmaRand/feature/core-w6-2024
Feature/core w6 2024
- Loading branch information
Showing
10 changed files
with
51 additions
and
260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.Rproj.user | ||
.Rhistory | ||
.Rdata | ||
.httr-oauth | ||
.DS_Store | ||
|
||
/.quarto/ | ||
|
||
transcriptomics/week-3/data-raw/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,25 @@ | ||
--- | ||
title: "Independent Study to prepare for workshop" | ||
subtitle: "Core 1" | ||
subtitle: "Core: Supporting Information 2" | ||
toc: true | ||
toc-location: right | ||
--- | ||
|
||
1. π Read [Understanding file systems](https://3mmarand.github.io/comp4biosci/file_systems.html). This is an approximately 15 - 20 minute read revising file types and filesystems. It covers concepts of working directories and paths. We learned these ideas in stage 1 and you may feel completely confident with them but many students will benefit from a refresher. For BIO00070M students, this is part of the work you will also be asked to complete for BIO00052M Data Analysis in R. | ||
1. Revise [Core: Supporting Information 1 Organising Reproducible Data | ||
Analyses](../week-2/overview.qmd). | ||
|
||
2. In previous years you have submitted and RStudio Project as part of your BABS work. In this module you will develop this by submitting a Research Compendium. A Research Compendium is a documented collection of all the digital parts of the research project including data (or access to data), code and outputs. The Compendium might be a single Quarto/RStudio Project, (like you have done previously but with better documentation) or it might be a folder including an Quarto/RStudio Project and other material/scripts including the description of unscripted processing. You might want to remind yourself of the example RStudio Project, [Y12345678.zip](Y12345678.zip) used in BABS 2. | ||
i. Do you know your Supporting information will most likely be be a | ||
structured folder which *is* either an RStudio Project or | ||
contains an RStudio Project? | ||
ii. Are you following the best practices code formatting and style? | ||
If not, go through your scripts and edit. | ||
iii. Do you have numbers hard coded where they could be variables? | ||
iv. Are you using a sensible naming convention for files and | ||
variables? Have you written it down? | ||
v. Make a note of queries you have. Take some time to formulate and | ||
write down your questions. The more specific and clear your | ||
question is, the better answer I will be able to provide. | ||
vi. Post your questions here: | ||
[Menti](https://www.menti.com/m86rqcbb88) Code: 3306 3222. QR: | ||
![mentimeter qr | ||
code](images/mentimeter_qr_code.png){width="400"} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters