Description Usage Arguments Value See Also Examples
View source: R/utils_imports.R
Get fasta file object, to find sequences in file.
Will load and import file if necessarry.
1 | findFa(faFile)
|
faFile |
|
a FaFile
or BSgenome
Other utils:
bedToGR()
,
convertToOneBasedRanges()
,
export.bed12()
,
export.wiggle()
,
fimport()
,
fread.bed()
,
optimizeReads()
,
readBam()
,
readWig()
1 2 3 | # Some fasta genome with existing fasta index in same folder
path <- system.file("extdata", "genome.fasta", package = "ORFik")
findFa(path)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.