Description Usage Arguments Value Author(s) References See Also Examples
View source: R/WholeGenomeAlignment.R
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.
1 2 |
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/
1 2 3 4 5 6 7 8 | ## 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.