How to extract promoters positions

Introduction

In this post, I will show how easy it is to extract the genomic positions of every promoters of a specific genome build.

For this demo, you will need the TxDb.Hsapiens.UCSC.hg19.knownGene package:

Read More

How to slice a genome

Introduction

In this document, we will see how to slice a genome. More specifically, we will extract all the aligned regions with a coverage greater than 0. This can be useful if we want to focus with genomic regions where some reads were aligned and to discard all the empty regions.

Dataset presentation

We will work with the packages pasillaBamSubset that has reads only on chr4.

Read More