LoadRefTx: Load reference transcriptome.

Description Usage Arguments Details Value Author(s)

View source: R/helper.R

Description

Load reference transcriptome. See 'Details'.

Usage

1
LoadRefTx(refGenome, verbose = FALSE)

Arguments

refGenome

A character string; specifies a specific reference genome assembly and gene annotation version.

verbose

A logical scalar; determines the amount of output; default is FALSE.

Details

The function loads transcriptome data generated from BuildTx() and stored in a .RData file, and makes the objects assessible in the parent enviroment. There should not be any need to call this function directly. Reference transcriptome data includes the following objects:

  1. txBySec: A list of GRangesList objects

  2. seqBySec: A list of DNAStringSet objects

  3. geneXID: A DataFrame with transcript and gene IDs

Value

NULL.

Author(s)

Maurits Evers, maurits.evers@anu.edu.au


mevers/RNAModR documentation built on Nov. 17, 2019, 9:11 a.m.