carpentries-incubator / bioc-project

Introduction to the Bioconductor project

Home Page:https://carpentries-incubator.github.io/bioc-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduce the need for core classes in a storyline of exercises

kevinrue opened this issue · comments

Episode: https://carpentries-incubator.github.io/bioc-project/04-standard-Bioc-classes/index.html

Instructions

Thanks for contributing! ❤️

If this contribution is for instructor training, please email the link to this contribution to
checkout@carpentries.org so we can record your progress. You've completed your contribution
step for instructor checkout by submitting this contribution!

If this issue is about a specific episode within a lesson, please provide its link or filename.

Keep in mind that lesson maintainers are volunteers and it may take them some time to
respond to your contribution. Although not all contributions can be incorporated into the lesson
materials, we appreciate your time and effort to improve the curriculum. If you have any questions
about the lesson maintenance process or would like to volunteer your time as a contribution
reviewer, please contact The Carpentries Team at team@carpentries.org.

You may delete these instructions from your comment.

- The Carpentries

Arrange classes as a story: e.g. BioString
Show that DNAString:

  • can only contain ATCG
  • can be translated
  • etc.

Search for protein sequences with more than XX glutamines in a multi FASTA format, what biological function are they enriched for?

Reminder of suggested classes:

  • Biostrings
  • IRanges and GRanges
  • GAlignments
  • SummarizedExperiment and SingleCellExperiment
  • MultiAssayExperiment
  • QFeatures

In particular, GRanges are used in the bioc-rnaseq lesson

It could be helpful to introduce GRanges in this lesson (even though there is no direct depedency between the two lesson)

Closing this issue after refactoring it into #8, #9, #10 and #11