chrom_sizes: Extract the sizes of all sequences in a paf alignment

Description Usage Arguments Value Examples

View source: R/dotplot.R

Description

Extract the sizes of all sequences in a paf alignment

Usage

1

Arguments

ali

pafr or tibble containing the genome alignment (as returned by read_paf)

Value

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

Examples

1
2
ali <- read_paf( system.file("extdata", "fungi.paf", package="pafr") )
chrom_sizes(ali)

pafr documentation built on Dec. 8, 2020, 5:06 p.m.