View source: R/WholeGenomeAlignment.R
lavToPsl | R Documentation |
Wrapper function of lavToPsl
: Convert blastz lav to psl format.
This function doesn't work on Windows platform since Kent utilities only
support Linux and Unix platforms.
lavToPsl(lavs, psls=sub("\\.lav$", ".psl", lavs, ignore.case = TRUE), removeLav=TRUE, binary="lavToPsl")
lavs |
|
psls |
codecharacter(n): file names of output psl files. By default, in the same folder of input lav files with same names. |
removeLav |
|
binary |
|
character
(n): the file names of output psl files.
Ge Tan
http://hgdownload.cse.ucsc.edu/admin/exe/
lastz
## Not run: ## This example doesn't run because it requires lav files from previous steps ## and external Kent utilities. lavs <- tools::list_files_with_exts( dir="/Users/gtan/OneDrive/Project/CSC/CNEr/axt", exts="lav") lavToPsl(lavs, removeLav=FALSE, binary="lavToPsl") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.