Description Usage Arguments Details Value Author(s) See Also Examples
Make the bed tracks for the ‘Axt’ alignment.
1 |
x |
A |
The coordinates of query ‘Axt’ alignment are fixed to be relative to positive strand before output into ‘bed’ file.
A list of GRanges for target and query alignments. The two output ‘bed’ files are “targetAxt.bed” and “queryAxt.bed”.
Ge Tan
1 2 3 4 5 6 7 8 9 10 | tAssemblyFn <- file.path(system.file("extdata",
package="BSgenome.Drerio.UCSC.danRer10"),
"single_sequences.2bit")
qAssemblyFn <- file.path(system.file("extdata",
package="BSgenome.Hsapiens.UCSC.hg38"),
"single_sequences.2bit")
axtFn <- file.path(system.file("extdata", package="CNEr"),
"danRer10.hg38.net.axt")
axt <- readAxt(axtFn, tAssemblyFn, qAssemblyFn)
makeAxtTracks(axt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.