Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Antagomir #2

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 26 additions & 13 deletions 10-material.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@ To be added.

## R programming resources

* R programming basics: [Base R](https://www.rstudio.com/wp-content/uploads/2016/10/r-cheat-sheet-3.pdf)
* Basics of R programming: [Base R](https://raw.githubusercontent.com/rstudio/cheatsheets/master/base-r.pdf)
* [R cheat sheets](https://www.rstudio.com/resources/cheatsheets/)
* R visualization with [ggplot2](https://www.rstudio.com/wp-content/uploads/2016/11/ggplot2-cheatsheet-2.1.pdf)

R progamming

* [Base R cheat sheet](https://www.rstudio.com/wp-content/uploads/2016/10/r-cheat-sheet-3.pdf)
* [Base R cheat sheet 2](https://raw.githubusercontent.com/rstudio/cheatsheets/master/base-r.pdf)
* [Cheat sheet collection](https://www.rstudio.com/resources/cheatsheets/)

Visualization

* [ggplot2 cheat sheet](https://www.rstudio.com/wp-content/uploads/2016/11/ggplot2-cheatsheet-2.1.pdf)
* [R graphics cookbook](http://www.cookbook-r.com/Graphs/)

Rmarkdown
Expand All @@ -31,15 +37,22 @@ RStudio

## Resources for TreeSummarizedExperiment

* SingleCellExperiment
+ [Publication](https://bioconductor.org/packages/release/bioc/vignettes/SingleCellExperiment/inst/doc/intro.html)
+ [Project page](https://bioconductor.org/packages/release/bioc/html/SingleCellExperiment.html)
* SummarizedExperiment
+ [Publication](https://bioconductor.org/packages/release/bioc/vignettes/SummarizedExperiment/inst/doc/SummarizedExperiment.html)
+ [Project page](https://bioconductor.org/packages/release/bioc/html/SummarizedExperiment.html)
* TreeSummarizedExperiment
+ [Publication](https://f1000research.com/articles/9-1246)
+ [Project page](https://www.bioconductor.org/packages/release/bioc/html/TreeSummarizedExperiment.html)
SummarizedExperiment

- [Publication](https://bioconductor.org/packages/release/bioc/vignettes/SummarizedExperiment/inst/doc/SummarizedExperiment.html)
- [Project page](https://bioconductor.org/packages/release/bioc/html/SummarizedExperiment.html)

TreeSummarizedExperiment

- [Publication](https://f1000research.com/articles/9-1246)
- [Project page](https://www.bioconductor.org/packages/release/bioc/html/TreeSummarizedExperiment.html)

SingleCellExperiment

- [Publication](https://bioconductor.org/packages/release/bioc/vignettes/SingleCellExperiment/inst/doc/intro.html)
- [Project page](https://bioconductor.org/packages/release/bioc/html/SingleCellExperiment.html)



## Resources for phyloseq

Expand Down
2 changes: 1 addition & 1 deletion docs/search_index.json

Large diffs are not rendered by default.

93 changes: 16 additions & 77 deletions docs/study-material.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,69 +56,6 @@
<script src="libs/anchor-sections-1.0.1/anchor-sections.js"></script>


<style type="text/css">
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
pre.sourceCode { margin: 0; }
@media screen {
div.sourceCode { overflow: auto; }
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
pre.numberSource code > span
{ position: relative; left: -4em; counter-increment: source-line; }
pre.numberSource code > span > a:first-child::before
{ content: counter(source-line);
position: relative; left: -1em; text-align: right; vertical-align: baseline;
border: none; display: inline-block;
-webkit-touch-callout: none; -webkit-user-select: none;
-khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none;
padding: 0 4px; width: 4em;
color: #aaaaaa;
}
pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; padding-left: 4px; }
div.sourceCode
{ }
@media screen {
pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; }
}
code span.al { color: #ff0000; font-weight: bold; } /* Alert */
code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
code span.at { color: #7d9029; } /* Attribute */
code span.bn { color: #40a070; } /* BaseN */
code span.bu { } /* BuiltIn */
code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */
code span.ch { color: #4070a0; } /* Char */
code span.cn { color: #880000; } /* Constant */
code span.co { color: #60a0b0; font-style: italic; } /* Comment */
code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */
code span.do { color: #ba2121; font-style: italic; } /* Documentation */
code span.dt { color: #902000; } /* DataType */
code span.dv { color: #40a070; } /* DecVal */
code span.er { color: #ff0000; font-weight: bold; } /* Error */
code span.ex { } /* Extension */
code span.fl { color: #40a070; } /* Float */
code span.fu { color: #06287e; } /* Function */
code span.im { } /* Import */
code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
code span.kw { color: #007020; font-weight: bold; } /* Keyword */
code span.op { color: #666666; } /* Operator */
code span.ot { color: #007020; } /* Other */
code span.pp { color: #bc7a00; } /* Preprocessor */
code span.sc { color: #4070a0; } /* SpecialChar */
code span.ss { color: #bb6688; } /* SpecialString */
code span.st { color: #4070a0; } /* String */
code span.va { color: #19177c; } /* Variable */
code span.vs { color: #4070a0; } /* VerbatimString */
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
</style>


</head>
Expand Down Expand Up @@ -256,11 +193,15 @@ <h2><span class="header-section-number">10.2</span> Example solutions</h2>
</div>
<div id="r-programming-resources" class="section level2" number="10.3">
<h2><span class="header-section-number">10.3</span> R programming resources</h2>
<p>R progamming</p>
<ul>
<li><a href="https://www.rstudio.com/wp-content/uploads/2016/10/r-cheat-sheet-3.pdf">Base R cheat sheet</a></li>
<li><a href="https://raw.githubusercontent.com/rstudio/cheatsheets/master/base-r.pdf">Base R cheat sheet 2</a></li>
<li><a href="https://www.rstudio.com/resources/cheatsheets/">Cheat sheet collection</a></li>
</ul>
<p>Visualization</p>
<ul>
<li>R programming basics: <a href="https://www.rstudio.com/wp-content/uploads/2016/10/r-cheat-sheet-3.pdf">Base R</a></li>
<li>Basics of R programming: <a href="https://raw.githubusercontent.com/rstudio/cheatsheets/master/base-r.pdf">Base R</a></li>
<li><a href="https://www.rstudio.com/resources/cheatsheets/">R cheat sheets</a></li>
<li>R visualization with <a href="https://www.rstudio.com/wp-content/uploads/2016/11/ggplot2-cheatsheet-2.1.pdf">ggplot2</a></li>
<li><a href="https://www.rstudio.com/wp-content/uploads/2016/11/ggplot2-cheatsheet-2.1.pdf">ggplot2 cheat sheet</a></li>
<li><a href="http://www.cookbook-r.com/Graphs/">R graphics cookbook</a></li>
</ul>
<p>Rmarkdown</p>
Expand All @@ -274,22 +215,20 @@ <h2><span class="header-section-number">10.3</span> R programming resources</h2>
</div>
<div id="resources-for-treesummarizedexperiment" class="section level2" number="10.4">
<h2><span class="header-section-number">10.4</span> Resources for TreeSummarizedExperiment</h2>
<ul>
<li>SingleCellExperiment
<ul>
<li><a href="https://bioconductor.org/packages/release/bioc/vignettes/SingleCellExperiment/inst/doc/intro.html">Publication</a></li>
<li><a href="https://bioconductor.org/packages/release/bioc/html/SingleCellExperiment.html">Project page</a></li>
</ul></li>
<li>SummarizedExperiment
<p>SummarizedExperiment</p>
<ul>
<li><a href="https://bioconductor.org/packages/release/bioc/vignettes/SummarizedExperiment/inst/doc/SummarizedExperiment.html">Publication</a></li>
<li><a href="https://bioconductor.org/packages/release/bioc/html/SummarizedExperiment.html">Project page</a></li>
</ul></li>
<li>TreeSummarizedExperiment
</ul>
<p>TreeSummarizedExperiment</p>
<ul>
<li><a href="https://f1000research.com/articles/9-1246">Publication</a></li>
<li><a href="https://www.bioconductor.org/packages/release/bioc/html/TreeSummarizedExperiment.html">Project page</a></li>
</ul></li>
</ul>
<p>SingleCellExperiment</p>
<ul>
<li><a href="https://bioconductor.org/packages/release/bioc/vignettes/SingleCellExperiment/inst/doc/intro.html">Publication</a></li>
<li><a href="https://bioconductor.org/packages/release/bioc/html/SingleCellExperiment.html">Project page</a></li>
</ul>
</div>
<div id="resources-for-phyloseq" class="section level2" number="10.5">
Expand Down