TargetExperiment-readFrequencies: Function to explore read frequencies in targeted regions and...

Description Usage Arguments Value Note Author(s) Examples

Description

readFrequencies builds a data frame containing the read frequencies falling in targeted regions and out of those, separated by chromosome.

Usage

1
2
3
4
readFrequencies(object, BPPARAM = bpparam())

## S4 method for signature 'TargetExperiment'
readFrequencies(object, BPPARAM = bpparam())

Arguments

object

TargetExperiment class object.

BPPARAM

An optional BiocParallelParam instance defining the parallel back-end to be used during evaluation.

Value

data.frame object.

Note

see full example in TargetExperiment-class

Author(s)

Gabriela A. Merino gmerino@bdmg.com.ar, Cristobal Fresno cfresno@bdmg.com.ar, Yanina Murua ymurua@leloir.org.ar, Andrea S. Llera allera@leloir.org.ar and Elmer A. Fernandez efernandez@bdmg.com.ar

Examples

1
2
3
4
5
6
7
8
9
## loading TargetExperiment object
data(ampliPanel, package="TarSeqQC")
## Defining bam file, bed file and fasta file names and paths
setBamFile(ampliPanel)<-system.file("extdata", "mybam.bam", 
    package="TarSeqQC", mustWork=TRUE)
setFastaFile(ampliPanel)<-system.file("extdata", "myfasta.fa", 
    package="TarSeqQC", mustWork=TRUE)

myReadPercentages<-readFrequencies(ampliPanel)

TarSeqQC documentation built on Nov. 8, 2020, 6:03 p.m.