gggenomes icon indicating copy to clipboard operation
gggenomes copied to clipboard

A grammar of graphics for comparative genomics

Results 52 gggenomes issues
Sort by recently updated
recently updated
newest added

When executing command from articles section: ```R emale_seqs % tidyr::extract(seq_desc, into = c("emale_type", "is_typespecies"), "=(\\S+) \\S+=(\\S+)", remove=F, convert=T) %>% dplyr::arrange(emale_type, length) ``` We get the following error: ```R Error in...

Hi, I’m using the read_feats function to import gff files generated with prokka, and then use the coordinates from some genes to generate a plot, nevertheless some of those genes...

question