Re: [Bioc-devel] Missing CHM13v2.0 TxDB and OrgDb objects

2023-12-12 Thread Hervé Pagès
023) > # GenomicFeatures version at creation time: 1.54.1 > # RSQLite version at creation time: 2.3.1 > # DBSCHEMAVERSION: 1.2 > > genomeAnnotation <- > createGenomeAnnotation(BSgenome.Hsapiens.NCBI.T2T.CHM13v2.0) > geneAnnotation <- createGeneAnnotation(TxDb = tx,

Re: [Bioc-devel] Missing CHM13v2.0 TxDB and OrgDb objects

2023-12-12 Thread James W. MacDonald
geneAnnotation <- createGeneAnnotation(TxDb = tx, OrgDb = org.Hs.eg.db) Best, Jim From: Christian Arnold Sent: Tuesday, December 12, 2023 9:35 AM To: Vincent Carey ; James W. MacDonald Cc: bioc-devel@r-project.org Subject: Re: [Bioc-devel] Missing CHM13v2.0 TxDB and OrgDb objects Dear Vincent

Re: [Bioc-devel] Missing CHM13v2.0 TxDB and OrgDb objects

2023-12-12 Thread Christian Arnold via Bioc-devel
l Message- > From: Bioc-devel On Behalf Of > Vincent Carey > Sent: Sunday, December 10, 2023 1:44 PM > To: Christian Arnold > Cc: bioc-devel@r-project.org > Subject: Re: [Bioc-devel] Missing CHM13v2.0 TxDB and OrgDb objects > > Good question.

Re: [Bioc-devel] Missing CHM13v2.0 TxDB and OrgDb objects

2023-12-11 Thread Vincent Carey
ioc-devel On Behalf Of Vincent > Carey > Sent: Sunday, December 10, 2023 1:44 PM > To: Christian Arnold > Cc: bioc-devel@r-project.org > Subject: Re: [Bioc-devel] Missing CHM13v2.0 TxDB and OrgDb objects > > Good question. I believe these will be forthcoming soon. In the me

Re: [Bioc-devel] Missing CHM13v2.0 TxDB and OrgDb objects

2023-12-11 Thread James W. MacDonald
lf Of Vincent Carey Sent: Sunday, December 10, 2023 1:44 PM To: Christian Arnold Cc: bioc-devel@r-project.org Subject: Re: [Bioc-devel] Missing CHM13v2.0 TxDB and OrgDb objects Good question. I believe these will be forthcoming soon. In the mean time you can create your own. See, for example

Re: [Bioc-devel] Missing CHM13v2.0 TxDB and OrgDb objects

2023-12-10 Thread Vincent Carey
Good question. I believe these will be forthcoming soon. In the mean time you can create your own. See, for example https://github.com/vjcitn/BiocT2T/blob/devel/inst/scripts/makeTxDb.R It's an active area so you can pull a gff file from https://s3-us-west-2.amazonaws.com/human-pangenomics/inde

[Bioc-devel] Missing CHM13v2.0 TxDB and OrgDb objects

2023-12-10 Thread Christian Arnold via Bioc-devel
Hello, I am working with the new human T2T-CHM13v2.0  assembly and while a BSgenome package already exists (BSgenome.Hsapiens.NCBI.T2T.CHM13v2.0), I could not find the corresponding TxDb and OrgDb packages. Is there any information when they may also become available so it is easier to work with t