Description Usage Arguments Details Value Author(s) See Also Examples
Closes a file previously opened with fai_open
1 | fai_close( faifh )
|
faifh |
A FAIhandle as returned by fai_open |
Use .Call("FAI_close", faifh ) to eliminate the slight overhead of using the R wrapper function.
TRUE if call succeeds, FALSE if it fails.
Ulrich Wittelsbuerger
fai_open
1 2 3 4 5 6 7 | ##
## Example :
##
faifile <- system.file("extdata", "ex.fasta", package = "WhopGenome")
faifh <- fai_open( faifile )
stopifnot( !is.null(faifh) )
fai_close( faifh )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.