GenomeInfoDb icon indicating copy to clipboard operation
GenomeInfoDb copied to clipboard

Utilities for manipulating chromosome names, including modifying them to follow a particular naming style

Results 7 GenomeInfoDb issues
Sort by recently updated
recently updated
newest added

Hi, my package uses genomeInfoDb, and we use the seqlevelsStyle function to clean up user-inputted data and ensure consistent chromosome names (in our case, we go with NCBI style, which...

Hi, I got error message: > annotations seqlevelsStyle(annotations)

hi, setting `seqlevelsStyle()` to `RefSeq` works for, e.g., `TxDb` objects, but it gives an error with `GenomicAlignment` objects. Here is a minimal repex: ```r library(GenomicAlignments) library(TxDb.Hsapiens.UCSC.hg38.knownGene) txdb

when setting seqlevelsStyle to "UCSC" it appears a network query is inevitably issued, leading to failure if off line. can we use BiocFileCache to hold the relevant information persistently? would...

> Hi Hervé, > > Happy New Year! > > I’m working with Macaque single cell ATAC-seq data recently, and the package Signac requires the annotation formatted to UCSC style....

@ivanek opened an issue over at `ensembldb` (https://github.com/jotsetung/ensembldb/issues/88). `ensembldb` in general uses the `genomeStyles` function from `GenomeInfoDb` to map chromosome names. As of now we can *only* map the standard...

I thanks for a nice function, I use seqlevelsStyle a lot. One thing has always bothered me, is for the mitocondrial chromosome. Two objects with same naming convention as these:...