genCov_qual {GenVisR}R Documentation

Perform quality control on genCov data

Description

Ensure data input into genCov is of the proper type and format

Usage

genCov_qual(x = x, txdb = txdb, gr = gr, genome = genome)

Arguments

x

named list containing data frames with columns end and cov

txdb

A TxDb object for a genome

gr

A Granges object specifying a region of interest

genome

Object of class BSgenome specifying the genome

Value

a list of objects passing basic quality control


[Package GenVisR version 1.8.1 Index]