Thomas Hackl

Results 31 issues of Thomas Hackl

_Originally posted by @iferres in https://github.com/thackl/gggenomes/issues/85#issuecomment-938697228_ I assume the following feature request is not trivial at all, but have you considered ` ... + coord_polar()` to draw circularized contigs? Playing...

enhancement

`read_gff3()` is based on `readr::read_tsv()`. I use its `comment="#"` to skip comment lines. However, `read_tsv()` treats every occurrence of a "#" as the start of a comment, not just at...

bug

`read_seqs(".fna/.gbk/.gff")` and `read_gbk()` use non-R parsers to preprocess the data before reading them into R. This is just done by turning the file argument provided to the `read_*` function ("foo.fna")...

Windows

Right now, filtering can easily be done at runtime using `...` in `pull_*` functions. But it might make sense to provide this also as an external function. In particular in...

enhancement

There still a lot of stuff in flux. Would be very useful to have some sort of idea which functions are stable/maturing/experimental, ... https://lifecycle.r-lib.org/articles/lifecycle.html include with `r lifecycle::badge("deprecated")`, see https://github.com/tidyverse/tidyr/blob/master/R/nest.R

Make sure all geom's have proper documentation and examples

documentation