readPsl | R Documentation |
Read psl output
readPsl(
filename,
seqinfo.query = NULL,
seqinfo.sbjct = NULL,
metadata = list(),
...
)
filename |
input filename |
seqinfo.query |
Seqinfo object for query (transcripts) |
seqinfo.sbjct |
Seqinfo object for subject (reference) |
metadata |
metadata for AlignmentPairs result |
... |
additional parameters |
Parse Pattern Space Layout (psl) file; see http://genome.ucsc.edu/FAQ/FAQformat.html for more information on the psl file format
AlignmentPairs object
fn <- system.file("extdata", "transcripts2polished.psl",
package="genecovr")
ap <- readPsl(fn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.