Difference between revisions of "RPR-GEO2R"
m |
m |
||
Line 72: | Line 72: | ||
<li>Create a new page on the student Wiki as a subpage of your User Page.</li> | <li>Create a new page on the student Wiki as a subpage of your User Page.</li> | ||
<li>The R-script for this unit contains a number of tasks in which you are explicitly asked to submit code or results for credit. Put all of your writing to submit on this one page.</li> | <li>The R-script for this unit contains a number of tasks in which you are explicitly asked to submit code or results for credit. Put all of your writing to submit on this one page.</li> | ||
− | <li>When you are done with everything, go to the [https://q.utoronto.ca/courses/180416/assignments | + | <li>When you are done with everything, go to the [https://q.utoronto.ca/courses/180416/assignments Quercus '''Assignments''' page] and open the first Learning Unit that you have not submitted yet. Paste the URL of your Wiki page into the form, and click on '''Submit Assignment'''.</li> |
</ol> | </ol> | ||
Latest revision as of 05:02, 10 October 2020
GEO2R
(Programming for analysis of GEO datasets)
Abstract:
This unit demonstrates accessing and working with datasets downloaded from NCBI GEO.
Objectives:
|
Outcomes:
|
Deliverables:
Prerequisites:
You need the following preparation before beginning this unit. If you are not familiar with this material from courses you took previously, you need to prepare yourself from other information sources:
- The Central Dogma: Regulation of transcription and translation; protein biosynthesis and degradation; quality control.
This unit builds on material covered in the following prerequisite units:
Evaluation
This learning unit can be evaluated for a maximum of 5 marks. If you choose to submit tasks from this unit for credit:
- Create a new page on the student Wiki as a subpage of your User Page.
- The R-script for this unit contains a number of tasks in which you are explicitly asked to submit code or results for credit. Put all of your writing to submit on this one page.
- When you are done with everything, go to the Quercus Assignments page and open the first Learning Unit that you have not submitted yet. Paste the URL of your Wiki page into the form, and click on Submit Assignment.
Your link can be submitted only once and not edited. But you may change your Wiki page at any time. However only the last version before the due date will be marked. All later edits will be silently ignored.
Contents
Task:
- Open RStudio and load the
ABC-units
R project. If you have loaded it before, choose File → Recent projects → ABC-Units. If you have not loaded it before, follow the instructions in the RPR-Introduction unit. - Choose Tools → Version Control → Pull Branches to fetch the most recent version of the project from its GitHub repository with all changes and bug fixes included.
- Type
init()
if requested. - Open the file
RPR-GEO2R.R
and follow the instructions.
Note: take care that you understand all of the code in the script. Evaluation in this course is cumulative and you may be asked to explain any part of code.
Further reading, links and resources
Notes
About ...
Author:
- Boris Steipe <boris.steipe@utoronto.ca>
Created:
- 2017-08-05
Modified:
- 2020-10-07
Version:
- 1.2
Version history:
- 1.2 Edit policy update
- 1.1 2020 Updates; all online
- 1.0 First live version
- 0.1 First stub
This copyrighted material is licensed under a Creative Commons Attribution 4.0 International License. Follow the link to learn more.