Description Usage Arguments Value Examples
Extract the sizes of all sequences in a paf alignment
1 | chrom_sizes(ali)
|
ali |
pafr or tibble containing the genome alignment (as returned by
|
list with two elements (tlens and qlens) Each element is a dataframe with one column of sequence names and another column containing the length of each sequence
1 2 | ali <- read_paf( system.file("extdata", "fungi.paf", package="pafr") )
chrom_sizes(ali)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.