View source: R/ngsReferenceFiles.R
cleanGenomeFiles | R Documentation |
Removes from the seqence files all descriptions in the header line.
cleanGenomeFiles(genomeFile, genesFile)
genomeFile |
a character specifying the path to a fasta file. |
genesFile |
a character specifying the path to a gtf file. |
Returns a list containing a fasta and a gtf object.
Rehrauer, Hubert
Schmid, Peter
gtf = system.file("extdata/genes.gtf", package="ezRun", mustWork=TRUE)
fasta = system.file("extdata/genome.fa", package="ezRun", mustWork=TRUE)
cg = cleanGenomeFiles(fasta, gtf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.