tx_get_transcriptSeqs: Get transcriptome sequences

View source: R/tx_core.R

tx_get_transcriptSeqsR Documentation

Get transcriptome sequences

Description

Get transcriptome sequences

Usage

tx_get_transcriptSeqs(genome, geneAnnot, outFile = NULL, nCores = 1)

Arguments

genome

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

geneAnnot

GRanges. Gene annotation as loaded by tx_load_bed().

outFile

character. If specified, sequences will be written to this file name. Otherwise a character vector will be output

nCores

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

Value

character


AngelCampos/tx_tools documentation built on April 8, 2024, 9:46 p.m.