Skip to content

Commit

Permalink
quarto html and pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelove committed Aug 26, 2024
1 parent 8d46413 commit 3a68d9b
Show file tree
Hide file tree
Showing 15 changed files with 3,926 additions and 19 deletions.
751 changes: 751 additions & 0 deletions README.html

Large diffs are not rendered by default.

Binary file added README.pdf
Binary file not shown.
16 changes: 10 additions & 6 deletions README.Rmd → README.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Bioconductor cheat sheet

Also useful are Kasper Daniel Hansen's [Bioconductor class notes](http://kasperdanielhansen.github.io/genbioconductor/).
---
title: Bioconductor cheat sheet
author: Michael Love
format:
html: default
pdf:
documentclass: article
geometry: "margin=1in"
---

## Install

Expand Down Expand Up @@ -88,8 +94,6 @@ sub("Function: (.*) \\(package .*\\)","\\1",grep("Function",showMethods(classes=

## Annotations

**Edit (May 2017)**: the below needs to be updated to show off AnnotationHub.

For AnnotationHub examples, see:

https://www.bioconductor.org/help/workflows/annotation/Annotation_Resources
Expand Down Expand Up @@ -343,7 +347,7 @@ My preferred quantification method is [Salmon](https://combine-lab.github.io/sal
with `--gcBias` option enabled unless you know there is no GC dependence in the data,
followed by [tximport](http://bioconductor.org/pacakges/tximport). Here is an example of usage:

```{r}
```
coldata <- read.table("samples.txt")
rownames(coldata) <- coldata$id
files <- coldata$files; names(files) <- coldata$id
Expand Down
2,018 changes: 2,018 additions & 0 deletions README_files/libs/bootstrap/bootstrap-icons.css

Large diffs are not rendered by default.

Binary file added README_files/libs/bootstrap/bootstrap-icons.woff
Binary file not shown.
10 changes: 10 additions & 0 deletions README_files/libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions README_files/libs/bootstrap/bootstrap.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions README_files/libs/clipboard/clipboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions README_files/libs/quarto-html/anchor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions README_files/libs/quarto-html/popper.min.js

Large diffs are not rendered by default.

203 changes: 203 additions & 0 deletions README_files/libs/quarto-html/quarto-syntax-highlighting.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3a68d9b

Please sign in to comment.