-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
31 lines (28 loc) · 871 Bytes
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
title: "Tidy Ranges Tutorial"
author: "Michael Love"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
output:
bookdown::gitbook:
config:
download: null
sharing:
twitter: false
documentclass: book
bibliography: references.bib
biblio-style: apalike
link-citations: yes
url: https\://tidybiology.github.io/tidy-ranges-tutorial
github-repo: tidybiology/tidy-ranges-tutorial
description: |
Basic examples of computing operations on genomic ranges using the
tidy data philosophy.
---
# About {-}
I provide examples of computing operations on genomic ranges using the
[tidy data philosophy](https://tidyr.tidyverse.org/articles/tidy-data.html).
These examples focus on the packages *dplyr*, *plyranges*,
*nullranges*, *excluderanges*, as well as
*tidy transcriptomics* packages such as
*tidybulk* and *tidySummarizedExperiment*.