Difference between revisions of "RPR-GEO2R"
m |
m |
||
Line 78: | Line 78: | ||
# Create a new page on the student Wiki as a subpage of your User Page. | # Create a new page on the student Wiki as a subpage of your User Page. | ||
# There are a number of tasks in which you are explicitly asked you to submit code or other text for credit. Put all of these submission on this one page. | # There are a number of tasks in which you are explicitly asked you to submit code or other text for credit. Put all of these submission on this one page. | ||
− | # When you are done with everything, add the following category tag to the page: | + | # When you are done with everything, add the following category tag '''to the end of page''': |
− | ::<code><nowiki>[[Category:EVAL-RPR-GEO2R]]</nowiki></code> | + | ::<code><nowiki>[[Category:EVAL-RPR-GEO2R]]</nowiki></code>. |
− | '''Do not''' change your submission | + | |
+ | Once the page has been saved with this tag, it is considered "submitted". | ||
+ | '''Do not''' change your submission after this tag has been added. The page will be marked and the category tag will be removed by the instructor. | ||
== Contents == | == Contents == | ||
<!-- included from "./components/RPR-GEO2R.components.txt", section: "contents" --> | <!-- included from "./components/RPR-GEO2R.components.txt", section: "contents" --> |
Revision as of 18:45, 2 November 2018
GEO2R
(Programming for analysis of GEO datasets)
Abstract:
This unit demonstrates accessing and working with datasets downloaded from NCBI GEO.
Objectives:
|
Outcomes:
|
Deliverables:
- Time management: Before you begin, estimate how long it will take you to complete this unit. Then, record in your course journal: the number of hours you estimated, the number of hours you worked on the unit, and the amount of time that passed between start and completion of this unit.
- Journal: Document your progress in your Course Journal. Some tasks may ask you to include specific items in your journal. Don't overlook these.
- Insights: If you find something particularly noteworthy about this unit, make a note in your insights! page.
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 6 marks. If you want to submit the tasks for this unit for credit:
- Create a new page on the student Wiki as a subpage of your User Page.
- There are a number of tasks in which you are explicitly asked you to submit code or other text for credit. Put all of these submission on this one page.
- When you are done with everything, add the following category tag to the end of page:
::[[Category:EVAL-RPR-GEO2R]]
.
Once the page has been saved with this tag, it is considered "submitted". Do not change your submission after this tag has been added. The page will be marked and the category tag will be removed by the instructor.
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.
Self-evaluation
Notes
Further reading, links and resources
If in doubt, ask! If anything about this learning unit is not clear to you, do not proceed blindly but ask for clarification. Post your question on the course mailing list: others are likely to have similar problems. Or send an email to your instructor.
About ...
Author:
- Boris Steipe <boris.steipe@utoronto.ca>
Created:
- 2017-08-05
Modified:
- 2017-11-11
Version:
- 1.0
Version history:
- 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.