convertTxDb {exomePeak2}R Documentation

Convert the txdb object into the full transcript and whole genome types

Description

This function can convert the txdb object into full transcript and whole genome types.

Usage

convertTxDb(txdb, type = c("full_tx", "whole_genome"))

Arguments

txdb

a TxDb object containing the regular transcript annotation.

type

the type of TxDb object of the output, can be one in c("full_tx","whole_genome").

Value

a TxDb object that will change the exon region into the full transcript and the whole genome regions.


[Package exomePeak2 version 1.6.1 Index]