tx_makeDT_coverage: Summarized Coverage data.table

View source: R/tx_core.R

tx_makeDT_coverageR Documentation

Summarized Coverage data.table

Description

This function constructs a data.table that contains coverage metrics per nucleotide for all transcripts with corresponding GRanges in its first argument 'x':

  • cov = Insert coverage

  • start_5p = read-start counts

  • end_3p = read-end counts

Usage

tx_makeDT_coverage(x, geneAnnot, genome = NULL, fullDT = FALSE, nCores = 1)

Arguments

x

CompressedGRangesList. Genomic Ranges list containing genomic alignments data by gene. Constructed via the tx_reads function.

geneAnnot

GRanges. Gene annotation as loaded by tx_load_bed()

genome

list. The full reference genome sequences, as loaded by tx_load_genome() or prepackaged by BSgenome, see ?BSgenome::available.genomes

fullDT

logical. Set to TRUE if it is desired to output a data.table with all genes and in the same order as 'geneAnnot' object.

nCores

integer. Number of cores to run the function with. Multicore capability not available in Windows OS.

Value

data.table

Author(s)

M.A. Garcia-Campos

See Also

Other makeDT functions: tx_makeDT_covNucFreq(), tx_makeDT_nucFreq()


AngelCampos/txtools documentation built on April 8, 2024, 6:06 p.m.