pasillaBamSubset-package {pasillaBamSubset}R Documentation

Utilities returning the paths to BAM files untreated1_chr4.bam and untreated3_chr4.bam

Description

BAM file untreated1_chr4.bam contains the subset of untreated1.bam (single-end reads, "Pasilla" experiment) where only alignments located on chr4 (Fly) were kept.

BAM file untreated3_chr4.bam contains the subset of untreated3.bam (paired-end reads, "Pasilla" experiment) where only alignments located on chr4 (Fly) were kept.

FASTA file dm3_chr4.fa contains the full sequence of the D. melanogaster chromosome 4.

untreated1_chr4, untreated3_chr4 and chr4 return the path to those files.

Usage

untreated1_chr4()
untreated3_chr4()
dm3_chr4()

Details

See the pasilla data package for details about the "Pasilla" experiment (RNA-seq, Fly).

BAM files untreated1.bam and untreated3.bam contain single-end and paired-end reads aligned to reference genome BDGP Release 5 (aka the dm3 genome on the UCSC Genome Browser).

Fasta file dm3_chr4.fa from UCSC, the Apr. 2006 assembly of the D. melanogaster genome (dm3, BDGP Release 5): DNA sequence for fly chromosome 4.

Examples

untreated1_chr4()
untreated3_chr4()
dm3_chr4()

[Package pasillaBamSubset version 0.3.0 Index]