cleanGenomeFiles: Cleans genome files

View source: R/ngsReferenceFiles.R

cleanGenomeFilesR Documentation

Cleans genome files

Description

Removes from the seqence files all descriptions in the header line.

Usage

cleanGenomeFiles(genomeFile, genesFile)

Arguments

genomeFile

a character specifying the path to a fasta file.

genesFile

a character specifying the path to a gtf file.

Value

Returns a list containing a fasta and a gtf object.

Author(s)

Rehrauer, Hubert

Schmid, Peter

Examples

gtf = system.file("extdata/genes.gtf", package="ezRun", mustWork=TRUE)
fasta = system.file("extdata/genome.fa", package="ezRun", mustWork=TRUE)
cg = cleanGenomeFiles(fasta, gtf)

uzh/ezRun documentation built on April 14, 2024, 5:09 a.m.