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