From 7bb1b53e8102b0cf9020a4a21abb648e436e8aa1 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 14 May 2024 14:51:16 +0000 Subject: [PATCH] cli-147-316 --- 404.html | 6 +- CODE_OF_CONDUCT.html | 6 +- articles/index.html | 6 +- articles/tximeta.html | 382 +++++++++++++++++---------------- authors.html | 8 +- index.html | 12 +- news/index.html | 10 +- pkgdown.yml | 6 +- reference/addCDS.html | 6 +- reference/addExons.html | 6 +- reference/addIds.html | 12 +- reference/getTximetaBFC.html | 6 +- reference/index.html | 6 +- reference/linkedTxome.html | 6 +- reference/makeDGEList.html | 6 +- reference/retrieveCDNA.html | 6 +- reference/retrieveDb.html | 12 +- reference/splitSE.html | 6 +- reference/summarizeToGene.html | 12 +- reference/tximeta-package.html | 11 +- reference/tximeta.html | 10 +- 21 files changed, 274 insertions(+), 267 deletions(-) diff --git a/404.html b/404.html index 0a9e8c8..2735a45 100644 --- a/404.html +++ b/404.html @@ -6,7 +6,7 @@ Page not found (404) • tximeta - + @@ -32,7 +32,7 @@ tximeta - 1.21.4 + 1.23.1 @@ -91,7 +91,7 @@

Page not found (404)

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/CODE_OF_CONDUCT.html b/CODE_OF_CONDUCT.html index 8760211..dc6e732 100644 --- a/CODE_OF_CONDUCT.html +++ b/CODE_OF_CONDUCT.html @@ -1,5 +1,5 @@ -Our Pledge • tximetaOur Pledge • tximeta @@ -17,7 +17,7 @@ tximeta - 1.21.4 + 1.23.1 @@ -106,7 +106,7 @@

Attribution -

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/articles/index.html b/articles/index.html index 4fe80f8..52e6435 100644 --- a/articles/index.html +++ b/articles/index.html @@ -1,5 +1,5 @@ -Articles • tximetaArticles • tximeta @@ -17,7 +17,7 @@ tximeta - 1.21.4 + 1.23.1 @@ -65,7 +65,7 @@

All vignettes

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/articles/tximeta.html b/articles/tximeta.html index 0657ade..dddf21c 100644 --- a/articles/tximeta.html +++ b/articles/tximeta.html @@ -6,7 +6,7 @@ Tximeta: transcript quantification import with automatic metadata • tximeta - + @@ -33,7 +33,7 @@ tximeta - 1.21.4 + 1.23.1 @@ -74,7 +74,7 @@

Tximeta: transcript quantification import with

Michael I. Love, Charlotte Soneson, Peter F. Hickey, Rob Patro

-

02/21/2024

+

05/14/2024

Source: vignettes/tximeta.Rmd @@ -202,7 +202,7 @@

Running tximeta## 1 ## found matching linked transcriptome: ## [ LocalEnsembl - Drosophila melanogaster - release 98 ] -## building TxDb with 'GenomicFeatures' package +## building TxDb with 'txdbmaker' package ## Import genomic features from the file as a GRanges object ... OK ## Prepare the 'metadata' data frame ... OK ## Make the TxDb object ... OK @@ -245,9 +245,9 @@

TxDb, EnsDb, and AnnotationHub(Lawrence -2013) to parse the GTF and build a TxDb. For Ensembl GTF -files, tximeta will first attempt to obtain the correct +txdbmaker package (Lawrence 2013) +to parse the GTF and build a TxDb. For Ensembl GTF files, +tximeta will first attempt to obtain the correct EnsDb object using AnnotationHub. The ensembldb package (Rainer, Gatto, and Weichenberger 2019) contains classes and methods for extracting @@ -279,27 +279,27 @@

Pre-computed digests GENCODE Homo sapiens -23-45 +23-46 GENCODE Mus musculus -M6-M34 +M6-M35 Ensembl Homo sapiens -76-111 +76-112 Ensembl Mus musculus -76-111 +76-112 Ensembl Drosophila melanogaster -79-111 +79-112 RefSeq @@ -408,7 +408,7 @@

Retrieve the transcript database -
## loading existing TxDb created: 2024-02-21 14:31:38
+
## loading existing TxDb created: 2024-05-14 14:50:44
## Loading required package: GenomicFeatures
## Loading required package: AnnotationDbi
## List of 3
 ##  $ version   :Classes 'package_version', 'numeric_version'  hidden list of 1
-##   ..$ : int [1:3] 1 21 4
+##   ..$ : int [1:3] 1 23 1
 ##  $ type      : chr "salmon"
-##  $ importTime: POSIXct[1:1], format: "2024-02-21 14:31:29"
+## $ importTime: POSIXct[1:1], format: "2024-05-14 14:50:35"
 str(metadata(se)[["txdbInfo"]])
##  Named chr [1:13] "TxDb" "GenomicFeatures" ...
@@ -918,7 +918,7 @@ 

Linked transcriptomes release="98", genome="BDGP6.22", fasta=fastaFTP, gtf=gtfPath, jsonFile=jsonFile)

-
## writing linkedTxome to /tmp/Rtmph0AffD/Dm.BDGP6.22.98.plus_salmon-0.14.1.json
+
## writing linkedTxome to /tmp/RtmpiBYUNW/Dm.BDGP6.22.98.plus_salmon-0.14.1.json
## saving linkedTxome in bfc

After running makeLinkedTxome, the connection between this Salmon index (and its digest) with the sources is saved @@ -943,7 +943,7 @@

Linked transcriptomes## 1 ## found matching linked transcriptome: ## [ LocalEnsembl - Drosophila melanogaster - release 98 ] -## building TxDb with 'GenomicFeatures' package +## building TxDb with 'txdbmaker' package ## Import genomic features from the file as a GRanges object ... OK ## Prepare the 'metadata' data frame ... OK ## Make the TxDb object ... OK @@ -1027,13 +1027,13 @@

Clear linkedTxomes## # A tibble: 7 × 10 ## rid rname create_time access_time rpath rtype fpath last_modified_time etag ## <chr> <chr> <chr> <chr> <chr> <chr> <chr> <dbl> <chr> -## 1 BFC1 link… 2024-02-21… 2024-02-21… /tmp… rela… 1255… NA NA -## 2 BFC2 Dros… 2024-02-21… 2024-02-21… /tmp… rela… 1255… NA NA -## 3 BFC3 txpR… 2024-02-21… 2024-02-21… /tmp… rela… 1255… NA NA -## 4 BFC4 exon… 2024-02-21… 2024-02-21… /tmp… rela… 1255… NA NA -## 5 BFC5 gene… 2024-02-21… 2024-02-21… /tmp… rela… 1255… NA NA -## 6 BFC6 Dros… 2024-02-21… 2024-02-21… /tmp… rela… 1255… NA NA -## 7 BFC7 txpR… 2024-02-21… 2024-02-21… /tmp… rela… 1255… NA NA +## 1 BFC1 link… 2024-05-14… 2024-05-14… /tmp… rela… 2606… NA NA +## 2 BFC2 Dros… 2024-05-14… 2024-05-14… /tmp… rela… 2606… NA NA +## 3 BFC3 txpR… 2024-05-14… 2024-05-14… /tmp… rela… 2606… NA NA +## 4 BFC4 exon… 2024-05-14… 2024-05-14… /tmp… rela… 2606… NA NA +## 5 BFC5 gene… 2024-05-14… 2024-05-14… /tmp… rela… 2606… NA NA +## 6 BFC6 Dros… 2024-05-14… 2024-05-14… /tmp… rela… 2606… NA NA +## 7 BFC7 txpR… 2024-05-14… 2024-05-14… /tmp… rela… 2606… NA NA ## # ℹ 1 more variable: expires <dbl>
@@ -1076,8 +1076,8 @@

Loading linkedTxome JSON files<
## 1 
 ## found matching linked transcriptome:
 ## [ LocalEnsembl - Drosophila melanogaster - release 98 ]
-## loading existing TxDb created: 2024-02-21 14:31:53
-## loading existing transcript ranges created: 2024-02-21 14:31:54
+## loading existing TxDb created: 2024-05-14 14:50:59 +## loading existing transcript ranges created: 2024-05-14 14:50:59
## Warning in checkAssays2Txps(assays, txps): 
 ## 
 ## Warning: the annotation is missing some transcripts that were quantified.
@@ -1108,13 +1108,13 @@ 

Clear linkedTxomes again## # A tibble: 7 × 10 ## rid rname create_time access_time rpath rtype fpath last_modified_time etag ## <chr> <chr> <chr> <chr> <chr> <chr> <chr> <dbl> <chr> -## 1 BFC2 Dros… 2024-02-21… 2024-02-21… /tmp… rela… 1255… NA NA -## 2 BFC3 txpR… 2024-02-21… 2024-02-21… /tmp… rela… 1255… NA NA -## 3 BFC4 exon… 2024-02-21… 2024-02-21… /tmp… rela… 1255… NA NA -## 4 BFC5 gene… 2024-02-21… 2024-02-21… /tmp… rela… 1255… NA NA -## 5 BFC6 Dros… 2024-02-21… 2024-02-21… /tmp… rela… 1255… NA NA -## 6 BFC7 txpR… 2024-02-21… 2024-02-21… /tmp… rela… 1255… NA NA -## 7 BFC8 link… 2024-02-21… 2024-02-21… /tmp… rela… 1255… NA NA +## 1 BFC2 Dros… 2024-05-14… 2024-05-14… /tmp… rela… 2606… NA NA +## 2 BFC3 txpR… 2024-05-14… 2024-05-14… /tmp… rela… 2606… NA NA +## 3 BFC4 exon… 2024-05-14… 2024-05-14… /tmp… rela… 2606… NA NA +## 4 BFC5 gene… 2024-05-14… 2024-05-14… /tmp… rela… 2606… NA NA +## 5 BFC6 Dros… 2024-05-14… 2024-05-14… /tmp… rela… 2606… NA NA +## 6 BFC7 txpR… 2024-05-14… 2024-05-14… /tmp… rela… 2606… NA NA +## 7 BFC8 link… 2024-05-14… 2024-05-14… /tmp… rela… 2606… NA NA ## # ℹ 1 more variable: expires <dbl>

## ─ Session info ───────────────────────────────────────────────────────────────
 ##  setting  value
-##  version  R version 4.3.2 (2023-10-31)
-##  os       Ubuntu 22.04.3 LTS
+##  version  R version 4.4.0 (2024-04-24)
+##  os       Ubuntu 22.04.4 LTS
 ##  system   x86_64, linux-gnu
 ##  ui       X11
 ##  language en
 ##  collate  en_US.UTF-8
 ##  ctype    en_US.UTF-8
 ##  tz       UTC
-##  date     2024-02-21
-##  pandoc   3.1.1 @ /usr/local/bin/ (via rmarkdown)
+##  date     2024-05-14
+##  pandoc   3.1.13 @ /usr/bin/ (via rmarkdown)
 ## 
 ## ─ Packages ───────────────────────────────────────────────────────────────────
-##  package                * version     date (UTC) lib source
-##  abind                    1.4-5       2016-07-21 [1] RSPM (R 4.3.0)
-##  AnnotationDbi          * 1.64.1      2023-11-03 [1] Bioconductor
-##  AnnotationFilter         1.26.0      2023-10-24 [1] Bioconductor
-##  AnnotationHub            3.10.0      2023-10-24 [1] Bioconductor
-##  Biobase                * 2.62.0      2023-10-24 [1] Bioconductor
-##  BiocFileCache          * 2.10.1      2023-10-26 [1] Bioconductor
-##  BiocGenerics           * 0.48.1      2023-11-01 [1] Bioconductor
-##  BiocIO                   1.12.0      2023-10-24 [1] Bioconductor
-##  BiocManager              1.30.22     2023-08-08 [2] CRAN (R 4.3.2)
-##  BiocParallel             1.36.0      2023-10-24 [1] Bioconductor
-##  BiocVersion              3.18.1      2023-11-15 [2] Bioconductor
-##  biomaRt                  2.58.2      2024-01-30 [1] Bioconductor 3.18 (R 4.3.2)
-##  Biostrings               2.70.2      2024-01-28 [1] Bioconductor 3.18 (R 4.3.2)
-##  bit                      4.0.5       2022-11-15 [1] RSPM (R 4.3.0)
-##  bit64                    4.0.5       2020-08-30 [1] RSPM (R 4.3.0)
-##  bitops                   1.0-7       2021-04-24 [1] RSPM (R 4.3.0)
-##  blob                     1.2.4       2023-03-17 [1] RSPM (R 4.3.0)
-##  bslib                    0.6.1       2023-11-28 [2] RSPM (R 4.3.0)
-##  cachem                   1.0.8       2023-05-01 [2] RSPM (R 4.3.0)
-##  cli                      3.6.2       2023-12-11 [2] RSPM (R 4.3.0)
-##  codetools                0.2-19      2023-02-01 [3] CRAN (R 4.3.2)
-##  colorspace               2.1-0       2023-01-23 [1] RSPM (R 4.3.0)
-##  crayon                   1.5.2       2022-09-29 [2] RSPM (R 4.3.0)
-##  curl                     5.2.0       2023-12-08 [2] RSPM (R 4.3.0)
-##  DBI                      1.2.2       2024-02-16 [1] RSPM (R 4.3.0)
-##  dbplyr                 * 2.4.0       2023-10-26 [1] RSPM (R 4.3.0)
-##  DelayedArray             0.28.0      2023-10-24 [1] Bioconductor
-##  desc                     1.4.3       2023-12-10 [2] RSPM (R 4.3.0)
-##  DESeq2                 * 1.42.0      2023-10-24 [1] Bioconductor
-##  devtools               * 2.4.5       2022-10-11 [2] RSPM (R 4.3.0)
-##  digest                   0.6.34      2024-01-11 [2] RSPM (R 4.3.0)
-##  dplyr                    1.1.4       2023-11-17 [1] RSPM (R 4.3.0)
-##  edgeR                  * 4.0.16      2024-02-18 [1] Bioconductor 3.18 (R 4.3.2)
-##  ellipsis                 0.3.2       2021-04-29 [2] RSPM (R 4.3.0)
-##  ensembldb                2.26.0      2023-10-24 [1] Bioconductor
-##  evaluate                 0.23        2023-11-01 [2] RSPM (R 4.3.0)
-##  fansi                    1.0.6       2023-12-08 [2] RSPM (R 4.3.0)
-##  fastmap                  1.1.1       2023-02-24 [2] RSPM (R 4.3.0)
-##  filelock                 1.0.3       2023-12-11 [1] RSPM (R 4.3.0)
-##  fishpond               * 2.8.0       2023-10-24 [1] Bioconductor
-##  fs                       1.6.3       2023-07-20 [2] RSPM (R 4.3.0)
-##  generics                 0.1.3       2022-07-05 [1] RSPM (R 4.3.0)
-##  GenomeInfoDb           * 1.38.6      2024-02-08 [1] Bioconductor 3.18 (R 4.3.2)
-##  GenomeInfoDbData         1.2.11      2024-02-18 [1] Bioconductor
-##  GenomicAlignments        1.38.2      2024-01-16 [1] Bioconductor 3.18 (R 4.3.2)
-##  GenomicFeatures        * 1.54.3      2024-01-31 [1] Bioconductor 3.18 (R 4.3.2)
-##  GenomicRanges          * 1.54.1      2023-10-29 [1] Bioconductor
-##  ggplot2                  3.4.4       2023-10-12 [1] RSPM (R 4.3.0)
-##  glue                     1.7.0       2024-01-09 [2] RSPM (R 4.3.0)
-##  gtable                   0.3.4       2023-08-21 [1] RSPM (R 4.3.0)
-##  gtools                   3.9.5       2023-11-20 [1] RSPM (R 4.3.0)
-##  highr                    0.10        2022-12-22 [2] RSPM (R 4.3.0)
-##  hms                      1.1.3       2023-03-21 [1] RSPM (R 4.3.0)
-##  htmltools                0.5.7       2023-11-03 [2] RSPM (R 4.3.0)
-##  htmlwidgets              1.6.4       2023-12-06 [2] RSPM (R 4.3.0)
-##  httpuv                   1.6.14      2024-01-26 [2] RSPM (R 4.3.0)
-##  httr                     1.4.7       2023-08-15 [2] RSPM (R 4.3.0)
-##  interactiveDisplayBase   1.40.0      2023-10-24 [1] Bioconductor
-##  IRanges                * 2.36.0      2023-10-24 [1] Bioconductor
-##  jquerylib                0.1.4       2021-04-26 [2] RSPM (R 4.3.0)
-##  jsonlite                 1.8.8       2023-12-04 [2] RSPM (R 4.3.0)
-##  KEGGREST                 1.42.0      2023-10-24 [1] Bioconductor
-##  knitr                    1.45        2023-10-30 [2] RSPM (R 4.3.0)
-##  later                    1.3.2       2023-12-06 [2] RSPM (R 4.3.0)
-##  lattice                  0.22-5      2023-10-24 [3] RSPM (R 4.3.0)
-##  lazyeval                 0.2.2       2019-03-15 [1] RSPM (R 4.3.0)
-##  lifecycle                1.0.4       2023-11-07 [2] RSPM (R 4.3.0)
-##  limma                  * 3.58.1      2023-10-31 [1] Bioconductor
-##  locfit                   1.5-9.8     2023-06-11 [1] RSPM (R 4.3.0)
-##  magrittr                 2.0.3       2022-03-30 [2] RSPM (R 4.3.0)
-##  Matrix                   1.6-5       2024-01-11 [3] RSPM (R 4.3.0)
-##  MatrixGenerics         * 1.14.0      2023-10-24 [1] Bioconductor
-##  matrixStats            * 1.2.0       2023-12-11 [1] RSPM (R 4.3.0)
-##  memoise                  2.0.1       2021-11-26 [2] RSPM (R 4.3.0)
-##  mime                     0.12        2021-09-28 [2] RSPM (R 4.3.0)
-##  miniUI                   0.1.1.1     2018-05-18 [2] RSPM (R 4.3.0)
-##  munsell                  0.5.0       2018-06-12 [1] RSPM (R 4.3.0)
-##  org.Dm.eg.db           * 3.18.0      2024-02-18 [1] Bioconductor
-##  pillar                   1.9.0       2023-03-22 [2] RSPM (R 4.3.0)
-##  pkgbuild                 1.4.3       2023-12-10 [2] RSPM (R 4.3.0)
-##  pkgconfig                2.0.3       2019-09-22 [2] RSPM (R 4.3.0)
-##  pkgdown                  2.0.7       2022-12-14 [2] RSPM (R 4.3.0)
-##  pkgload                  1.3.4       2024-01-16 [2] RSPM (R 4.3.0)
-##  png                      0.1-8       2022-11-29 [1] RSPM (R 4.3.0)
-##  prettyunits              1.2.0       2023-09-24 [2] RSPM (R 4.3.0)
-##  profvis                  0.3.8       2023-05-02 [2] RSPM (R 4.3.0)
-##  progress                 1.2.3       2023-12-06 [1] RSPM (R 4.3.0)
-##  promises                 1.2.1       2023-08-10 [2] RSPM (R 4.3.0)
-##  ProtGenerics             1.34.0      2023-10-24 [1] Bioconductor
-##  purrr                    1.0.2       2023-08-10 [2] RSPM (R 4.3.0)
-##  R6                       2.5.1       2021-08-19 [2] RSPM (R 4.3.0)
-##  ragg                     1.2.7       2023-12-11 [2] RSPM (R 4.3.0)
-##  rappdirs                 0.3.3       2021-01-31 [2] RSPM (R 4.3.0)
-##  Rcpp                     1.0.12      2024-01-09 [2] RSPM (R 4.3.0)
-##  RCurl                    1.98-1.14   2024-01-09 [1] RSPM (R 4.3.0)
-##  remotes                  2.4.2.9000  2024-02-21 [1] Github (r-lib/remotes@6fe8836)
-##  restfulr                 0.0.15      2022-06-16 [1] RSPM (R 4.3.2)
-##  rjson                    0.2.21      2022-01-09 [1] RSPM (R 4.3.0)
-##  rlang                    1.1.3       2024-01-10 [2] RSPM (R 4.3.0)
-##  rmarkdown                2.25        2023-09-18 [2] RSPM (R 4.3.0)
-##  Rsamtools                2.18.0      2023-10-24 [1] Bioconductor
-##  RSQLite                  2.3.5       2024-01-21 [1] RSPM (R 4.3.0)
-##  rtracklayer              1.62.0      2023-10-24 [1] Bioconductor
-##  S4Arrays                 1.2.0       2023-10-24 [1] Bioconductor
-##  S4Vectors              * 0.40.2      2023-11-23 [1] Bioconductor 3.18 (R 4.3.2)
-##  sass                     0.4.8       2023-12-06 [2] RSPM (R 4.3.0)
-##  scales                   1.3.0       2023-11-28 [1] RSPM (R 4.3.0)
-##  sessioninfo              1.2.2       2021-12-06 [2] RSPM (R 4.3.0)
-##  shiny                    1.8.0       2023-11-17 [2] RSPM (R 4.3.0)
-##  SingleCellExperiment     1.24.0      2023-10-24 [1] Bioconductor
-##  SparseArray              1.2.4       2024-02-11 [1] Bioconductor 3.18 (R 4.3.2)
-##  statmod                  1.5.0       2023-01-06 [1] RSPM (R 4.3.0)
-##  stringi                  1.8.3       2023-12-11 [2] RSPM (R 4.3.0)
-##  stringr                  1.5.1       2023-11-14 [2] RSPM (R 4.3.0)
-##  SummarizedExperiment   * 1.32.0      2023-10-24 [1] Bioconductor
-##  svMisc                   1.2.3       2021-10-11 [1] RSPM (R 4.3.0)
-##  systemfonts              1.0.5       2023-10-09 [2] RSPM (R 4.3.0)
-##  textshaping              0.3.7       2023-10-09 [2] RSPM (R 4.3.0)
-##  tibble                   3.2.1       2023-03-20 [2] RSPM (R 4.3.0)
-##  tidyselect               1.2.0       2022-10-10 [1] RSPM (R 4.3.0)
-##  tximeta                * 1.21.4      2024-02-21 [1] Bioconductor
-##  tximport                 1.30.0      2023-10-24 [1] Bioconductor
-##  urlchecker               1.0.1       2021-11-30 [2] RSPM (R 4.3.0)
-##  usethis                * 2.2.2       2023-07-06 [2] RSPM (R 4.3.0)
-##  utf8                     1.2.4       2023-10-22 [2] RSPM (R 4.3.0)
-##  vctrs                    0.6.5       2023-12-01 [2] RSPM (R 4.3.0)
-##  withr                    3.0.0       2024-01-16 [2] RSPM (R 4.3.0)
-##  xfun                     0.42        2024-02-08 [2] RSPM (R 4.3.0)
-##  XML                      3.99-0.16.1 2024-01-22 [1] RSPM (R 4.3.0)
-##  xml2                     1.3.6       2023-12-04 [2] RSPM (R 4.3.0)
-##  xtable                   1.8-4       2019-04-21 [2] RSPM (R 4.3.0)
-##  XVector                  0.42.0      2023-10-24 [1] Bioconductor
-##  yaml                     2.3.8       2023-12-11 [2] RSPM (R 4.3.0)
-##  zlibbioc                 1.48.0      2023-10-24 [1] Bioconductor
+##  package              * version     date (UTC) lib source
+##  abind                  1.4-5       2016-07-21 [1] CRAN (R 4.4.0)
+##  AnnotationDbi        * 1.66.0      2024-05-01 [1] Bioconductor 3.19 (R 4.4.0)
+##  AnnotationFilter       1.28.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  AnnotationHub          3.12.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  Biobase              * 2.64.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  BiocFileCache        * 2.12.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  BiocGenerics         * 0.50.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  BiocIO                 1.14.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  BiocManager            1.30.23     2024-05-04 [2] CRAN (R 4.4.0)
+##  BiocParallel           1.38.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  BiocVersion            3.19.1      2024-04-17 [2] Bioconductor 3.19 (R 4.4.0)
+##  biomaRt                2.60.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  Biostrings             2.72.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  bit                    4.0.5       2022-11-15 [1] CRAN (R 4.4.0)
+##  bit64                  4.0.5       2020-08-30 [1] CRAN (R 4.4.0)
+##  bitops                 1.0-7       2021-04-24 [1] CRAN (R 4.4.0)
+##  blob                   1.2.4       2023-03-17 [1] CRAN (R 4.4.0)
+##  bslib                  0.7.0       2024-03-29 [2] RSPM (R 4.4.0)
+##  cachem                 1.0.8       2023-05-01 [2] RSPM (R 4.4.0)
+##  cli                    3.6.2       2023-12-11 [2] RSPM (R 4.4.0)
+##  codetools              0.2-20      2024-03-31 [3] CRAN (R 4.4.0)
+##  colorspace             2.1-0       2023-01-23 [1] CRAN (R 4.4.0)
+##  crayon                 1.5.2       2022-09-29 [2] RSPM (R 4.4.0)
+##  curl                   5.2.1       2024-03-01 [2] RSPM (R 4.4.0)
+##  DBI                    1.2.2       2024-02-16 [1] RSPM (R 4.4.0)
+##  dbplyr               * 2.5.0       2024-03-19 [1] RSPM (R 4.4.0)
+##  DelayedArray           0.30.1      2024-05-07 [1] Bioconductor 3.19 (R 4.4.0)
+##  desc                   1.4.3       2023-12-10 [2] RSPM (R 4.4.0)
+##  DESeq2               * 1.44.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  devtools             * 2.4.5       2022-10-11 [2] RSPM (R 4.4.0)
+##  digest                 0.6.35      2024-03-11 [2] RSPM (R 4.4.0)
+##  dplyr                  1.1.4       2023-11-17 [1] CRAN (R 4.4.0)
+##  edgeR                * 4.2.0       2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  ellipsis               0.3.2       2021-04-29 [2] RSPM (R 4.4.0)
+##  ensembldb              2.28.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  evaluate               0.23        2023-11-01 [2] RSPM (R 4.4.0)
+##  fansi                  1.0.6       2023-12-08 [2] RSPM (R 4.4.0)
+##  fastmap                1.1.1       2023-02-24 [2] RSPM (R 4.4.0)
+##  filelock               1.0.3       2023-12-11 [1] CRAN (R 4.4.0)
+##  fishpond             * 2.10.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  fs                     1.6.4       2024-04-25 [2] RSPM (R 4.4.0)
+##  generics               0.1.3       2022-07-05 [1] CRAN (R 4.4.0)
+##  GenomeInfoDb         * 1.40.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  GenomeInfoDbData       1.2.12      2024-05-14 [1] Bioconductor
+##  GenomicAlignments      1.40.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  GenomicFeatures      * 1.56.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  GenomicRanges        * 1.56.0      2024-05-01 [1] Bioconductor 3.19 (R 4.4.0)
+##  ggplot2                3.5.1       2024-04-23 [1] RSPM (R 4.4.0)
+##  glue                   1.7.0       2024-01-09 [2] RSPM (R 4.4.0)
+##  gtable                 0.3.5       2024-04-22 [1] RSPM (R 4.4.0)
+##  gtools                 3.9.5       2023-11-20 [1] CRAN (R 4.4.0)
+##  highr                  0.10        2022-12-22 [2] RSPM (R 4.4.0)
+##  hms                    1.1.3       2023-03-21 [1] CRAN (R 4.4.0)
+##  htmltools              0.5.8.1     2024-04-04 [2] RSPM (R 4.4.0)
+##  htmlwidgets            1.6.4       2023-12-06 [2] RSPM (R 4.4.0)
+##  httpuv                 1.6.15      2024-03-26 [2] RSPM (R 4.4.0)
+##  httr                   1.4.7       2023-08-15 [2] RSPM (R 4.4.0)
+##  httr2                  1.0.1       2024-04-01 [2] RSPM (R 4.4.0)
+##  IRanges              * 2.38.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  jquerylib              0.1.4       2021-04-26 [2] RSPM (R 4.4.0)
+##  jsonlite               1.8.8       2023-12-04 [2] RSPM (R 4.4.0)
+##  KEGGREST               1.44.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  knitr                  1.46        2024-04-06 [2] RSPM (R 4.4.0)
+##  later                  1.3.2       2023-12-06 [2] RSPM (R 4.4.0)
+##  lattice                0.22-6      2024-03-20 [3] CRAN (R 4.4.0)
+##  lazyeval               0.2.2       2019-03-15 [1] CRAN (R 4.4.0)
+##  lifecycle              1.0.4       2023-11-07 [2] RSPM (R 4.4.0)
+##  limma                * 3.60.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  locfit                 1.5-9.9     2024-03-01 [1] RSPM (R 4.4.0)
+##  magrittr               2.0.3       2022-03-30 [2] RSPM (R 4.4.0)
+##  Matrix                 1.7-0       2024-03-22 [3] CRAN (R 4.4.0)
+##  MatrixGenerics       * 1.16.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  matrixStats          * 1.3.0       2024-04-11 [1] RSPM (R 4.4.0)
+##  memoise                2.0.1       2021-11-26 [2] RSPM (R 4.4.0)
+##  mime                   0.12        2021-09-28 [2] RSPM (R 4.4.0)
+##  miniUI                 0.1.1.1     2018-05-18 [2] RSPM (R 4.4.0)
+##  munsell                0.5.1       2024-04-01 [1] RSPM (R 4.4.0)
+##  org.Dm.eg.db         * 3.19.1      2024-05-14 [1] Bioconductor
+##  pillar                 1.9.0       2023-03-22 [2] RSPM (R 4.4.0)
+##  pkgbuild               1.4.4       2024-03-17 [2] RSPM (R 4.4.0)
+##  pkgconfig              2.0.3       2019-09-22 [2] RSPM (R 4.4.0)
+##  pkgdown                2.0.9       2024-04-18 [2] RSPM (R 4.4.0)
+##  pkgload                1.3.4       2024-01-16 [2] RSPM (R 4.4.0)
+##  png                    0.1-8       2022-11-29 [1] CRAN (R 4.4.0)
+##  prettyunits            1.2.0       2023-09-24 [2] RSPM (R 4.4.0)
+##  profvis                0.3.8       2023-05-02 [2] RSPM (R 4.4.0)
+##  progress               1.2.3       2023-12-06 [1] CRAN (R 4.4.0)
+##  promises               1.3.0       2024-04-05 [2] RSPM (R 4.4.0)
+##  ProtGenerics           1.36.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  purrr                  1.0.2       2023-08-10 [2] RSPM (R 4.4.0)
+##  R6                     2.5.1       2021-08-19 [2] RSPM (R 4.4.0)
+##  ragg                   1.3.1       2024-05-06 [2] RSPM (R 4.4.0)
+##  rappdirs               0.3.3       2021-01-31 [2] RSPM (R 4.4.0)
+##  Rcpp                   1.0.12      2024-01-09 [2] RSPM (R 4.4.0)
+##  RCurl                  1.98-1.14   2024-01-09 [1] CRAN (R 4.4.0)
+##  remotes                2.5.0.9000  2024-05-14 [1] Github (r-lib/remotes@5b7eb08)
+##  restfulr               0.0.15      2022-06-16 [1] CRAN (R 4.4.0)
+##  rjson                  0.2.21      2022-01-09 [1] CRAN (R 4.4.0)
+##  rlang                  1.1.3       2024-01-10 [2] RSPM (R 4.4.0)
+##  rmarkdown              2.26        2024-03-05 [2] RSPM (R 4.4.0)
+##  Rsamtools              2.20.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  RSQLite                2.3.6       2024-03-31 [1] RSPM (R 4.4.0)
+##  rtracklayer            1.64.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  S4Arrays               1.4.0       2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  S4Vectors            * 0.42.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  sass                   0.4.9       2024-03-15 [2] RSPM (R 4.4.0)
+##  scales                 1.3.0       2023-11-28 [1] CRAN (R 4.4.0)
+##  sessioninfo            1.2.2       2021-12-06 [2] RSPM (R 4.4.0)
+##  shiny                  1.8.1.1     2024-04-02 [2] RSPM (R 4.4.0)
+##  SingleCellExperiment   1.26.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  SparseArray            1.4.3       2024-05-07 [1] Bioconductor 3.19 (R 4.4.0)
+##  statmod                1.5.0       2023-01-06 [1] CRAN (R 4.4.0)
+##  stringi                1.8.4       2024-05-06 [2] RSPM (R 4.4.0)
+##  stringr                1.5.1       2023-11-14 [2] RSPM (R 4.4.0)
+##  SummarizedExperiment * 1.34.0      2024-05-01 [1] Bioconductor 3.19 (R 4.4.0)
+##  svMisc                 1.2.3       2021-10-11 [1] CRAN (R 4.4.0)
+##  systemfonts            1.0.6       2024-03-07 [2] RSPM (R 4.4.0)
+##  textshaping            0.3.7       2023-10-09 [2] RSPM (R 4.4.0)
+##  tibble                 3.2.1       2023-03-20 [2] RSPM (R 4.4.0)
+##  tidyselect             1.2.1       2024-03-11 [1] RSPM (R 4.4.0)
+##  txdbmaker              1.0.0       2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  tximeta              * 1.23.1      2024-05-14 [1] Bioconductor
+##  tximport               1.32.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  UCSC.utils             1.0.0       2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  urlchecker             1.0.1       2021-11-30 [2] RSPM (R 4.4.0)
+##  usethis              * 2.2.3       2024-02-19 [2] RSPM (R 4.4.0)
+##  utf8                   1.2.4       2023-10-22 [2] RSPM (R 4.4.0)
+##  vctrs                  0.6.5       2023-12-01 [2] RSPM (R 4.4.0)
+##  withr                  3.0.0       2024-01-16 [2] RSPM (R 4.4.0)
+##  xfun                   0.43        2024-03-25 [2] RSPM (R 4.4.0)
+##  XML                    3.99-0.16.1 2024-01-22 [1] CRAN (R 4.4.0)
+##  xml2                   1.3.6       2023-12-04 [2] RSPM (R 4.4.0)
+##  xtable                 1.8-4       2019-04-21 [2] RSPM (R 4.4.0)
+##  XVector                0.44.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
+##  yaml                   2.3.8       2023-12-11 [2] RSPM (R 4.4.0)
+##  zlibbioc               1.50.0      2024-04-30 [1] Bioconductor 3.19 (R 4.4.0)
 ## 
 ##  [1] /__w/_temp/Library
 ##  [2] /usr/local/lib/R/site-library
@@ -1364,7 +1366,7 @@ 

Session info

References

-
+
Lawrence, Wolfgang AND Pagès, Michael AND Huber. 2013. Software for Computing and Annotating Genomic Ranges.” PLOS Computational Biology 9 (8): 1–10. @@ -1428,7 +1430,7 @@

References

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/authors.html b/authors.html index aeda5b1..e85f44c 100644 --- a/authors.html +++ b/authors.html @@ -1,5 +1,5 @@ -Authors and Citation • tximetaAuthors and Citation • tximeta @@ -17,7 +17,7 @@ tximeta - 1.21.4 + 1.23.1
@@ -47,7 +47,7 @@
@@ -107,7 +107,7 @@

Citation

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/index.html b/index.html index 71f6860..e0d69ab 100644 --- a/index.html +++ b/index.html @@ -6,17 +6,13 @@ Transcript Quantification Import with Automatic Metadata • tximeta - + - + Changelog • tximetaChangelog • tximeta @@ -17,7 +17,7 @@ tximeta - 1.21.4 + 1.23.1
@@ -50,6 +50,10 @@

Changelog

Source: NEWS.md

+
+ +
  • GENCODE 46 (H.s.), M35 (M.m), and Ensembl 112
  • +
diff --git a/pkgdown.yml b/pkgdown.yml index 5c5543e..32f2864 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -1,9 +1,9 @@ -pandoc: 3.1.1 -pkgdown: 2.0.7 +pandoc: 3.1.13 +pkgdown: 2.0.9 pkgdown_sha: ~ articles: tximeta: tximeta.html -last_built: 2024-02-21T14:30Z +last_built: 2024-05-14T14:49Z urls: reference: https://thelovelab.github.io/tximeta/reference article: https://thelovelab.github.io/tximeta/articles diff --git a/reference/addCDS.html b/reference/addCDS.html index 5b2a599..380403c 100644 --- a/reference/addCDS.html +++ b/reference/addCDS.html @@ -1,5 +1,5 @@ -Add CDS to rowRanges of a transcript-level SummarizedExperiment — addCDS • tximetaAdd CDS to rowRanges of a transcript-level SummarizedExperiment — addCDS • tximeta tximeta - 1.21.4 + 1.23.1 @@ -110,7 +110,7 @@

Value

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/reference/addExons.html b/reference/addExons.html index 147a03a..e3e3905 100644 --- a/reference/addExons.html +++ b/reference/addExons.html @@ -1,5 +1,5 @@ -Add exons to rowRanges of a transcript-level SummarizedExperiment — addExons • tximetaAdd exons to rowRanges of a transcript-level SummarizedExperiment — addExons • tximeta tximeta - 1.21.4 + 1.23.1 @@ -113,7 +113,7 @@

Details

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/reference/addIds.html b/reference/addIds.html index a9e25bc..b9ac69e 100644 --- a/reference/addIds.html +++ b/reference/addIds.html @@ -1,5 +1,5 @@ -Add IDs to rowRanges of a SummarizedExperiment — addIds • tximeta tximeta - 1.21.4 + 1.23.1 @@ -140,7 +140,7 @@

Examples

#> #> found matching linked transcriptome: #> [ LocalEnsembl - Drosophila melanogaster - release 98 ] -#> building TxDb with 'GenomicFeatures' package +#> building TxDb with 'txdbmaker' package #> Import genomic features from the file as a GRanges object ... #> OK #> Prepare the 'metadata' data frame ... @@ -182,8 +182,8 @@

Examples

#> as.data.frame, basename, cbind, colnames, dirname, do.call, #> duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted, #> lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin, -#> pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table, -#> tapply, union, unique, unsplit, which.max, which.min +#> pmin.int, rank, rbind, rownames, sapply, setdiff, table, tapply, +#> union, unique, unsplit, which.max, which.min #> Loading required package: Biobase #> Welcome to Bioconductor #> @@ -221,7 +221,7 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/reference/getTximetaBFC.html b/reference/getTximetaBFC.html index 93b7e25..174e455 100644 --- a/reference/getTximetaBFC.html +++ b/reference/getTximetaBFC.html @@ -1,5 +1,5 @@ -Get or set the directory of the BiocFileCache used by tximeta — getTximetaBFC • tximetaGet or set the directory of the BiocFileCache used by tximeta — getTximetaBFC • tximeta tximeta - 1.21.4 + 1.23.1 @@ -117,7 +117,7 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/reference/index.html b/reference/index.html index 1b66f68..8f8fe74 100644 --- a/reference/index.html +++ b/reference/index.html @@ -1,5 +1,5 @@ -Function reference • tximetaFunction reference • tximeta @@ -17,7 +17,7 @@ tximeta - 1.21.4 + 1.23.1 @@ -134,7 +134,7 @@

Other helpers
-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/reference/linkedTxome.html b/reference/linkedTxome.html index e9c5bfc..8f68732 100644 --- a/reference/linkedTxome.html +++ b/reference/linkedTxome.html @@ -1,5 +1,5 @@ -Make and load linked transcriptomes ("linkedTxome") — linkedTxome • tximetaMake and load linked transcriptomes ("linkedTxome") — linkedTxome • tximeta tximeta - 1.21.4 + 1.23.1 @@ -220,7 +220,7 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/reference/makeDGEList.html b/reference/makeDGEList.html index d332ddf..fb09626 100644 --- a/reference/makeDGEList.html +++ b/reference/makeDGEList.html @@ -1,5 +1,5 @@ -Make a DGEList from tximeta output — makeDGEList • tximetaMake a DGEList from tximeta output — makeDGEList • tximetaRetrieve the cDNA transcript sequence for a SummarizedExperiment — retrieveCDNA • tximetaRetrieve the cDNA transcript sequence for a SummarizedExperiment — retrieveCDNA • tximeta tximeta - 1.21.4 + 1.23.1 @@ -109,7 +109,7 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/reference/retrieveDb.html b/reference/retrieveDb.html index f493181..71230b8 100644 --- a/reference/retrieveDb.html +++ b/reference/retrieveDb.html @@ -1,5 +1,5 @@ -Retrieve the TxDb or EnsDb associated with a SummarizedExperiment — retrieveDb • tximetaRetrieve the TxDb or EnsDb associated with a SummarizedExperiment — retrieveDb • tximeta tximeta - 1.21.4 + 1.23.1 @@ -115,11 +115,11 @@

Examples

#> #> found matching linked transcriptome: #> [ LocalEnsembl - Drosophila melanogaster - release 98 ] -#> loading existing TxDb created: 2024-02-21 14:31:11 +#> loading existing TxDb created: 2024-05-14 14:50:17 #> Loading required package: GenomicFeatures #> Loading required package: GenomeInfoDb #> Loading required package: GenomicRanges -#> loading existing transcript ranges created: 2024-02-21 14:31:12 +#> loading existing transcript ranges created: 2024-05-14 14:50:18 #> Warning: #> #> Warning: the annotation is missing some transcripts that were quantified. @@ -140,7 +140,7 @@

Examples

#> tximet> #> tximet> edb <- retrieveDb(se) -#> loading existing TxDb created: 2024-02-21 14:31:11 +#> loading existing TxDb created: 2024-05-14 14:50:17
@@ -156,7 +156,7 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/reference/splitSE.html b/reference/splitSE.html index 296e58b..560ae2d 100644 --- a/reference/splitSE.html +++ b/reference/splitSE.html @@ -1,5 +1,5 @@ -Split SummarizedExperiment by gene categories — splitSE • tximetaSplit SummarizedExperiment by gene categories — splitSE • tximeta tximeta - 1.21.4 + 1.23.1 @@ -137,7 +137,7 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/reference/summarizeToGene.html b/reference/summarizeToGene.html index 2cf2e12..22b3d84 100644 --- a/reference/summarizeToGene.html +++ b/reference/summarizeToGene.html @@ -1,5 +1,5 @@ -Summarize estimated quantitites to gene-level — summarizeToGene,SummarizedExperiment-method • tximetaSummarize estimated quantitites to gene-level — summarizeToGene,SummarizedExperiment-method • tximeta tximeta - 1.21.4 + 1.23.1 @@ -156,8 +156,8 @@

Examples

#> #> found matching linked transcriptome: #> [ LocalEnsembl - Drosophila melanogaster - release 98 ] -#> loading existing TxDb created: 2024-02-21 14:31:11 -#> loading existing transcript ranges created: 2024-02-21 14:31:12 +#> loading existing TxDb created: 2024-05-14 14:50:17 +#> loading existing transcript ranges created: 2024-05-14 14:50:18 #> Warning: #> #> Warning: the annotation is missing some transcripts that were quantified. @@ -178,7 +178,7 @@

Examples

#> tximet> #> tximet> gse <- summarizeToGene(se) -#> loading existing TxDb created: 2024-02-21 14:31:11 +#> loading existing TxDb created: 2024-05-14 14:50:17 #> obtaining transcript-to-gene mapping from database #> generating gene ranges #> gene ranges assigned by total range of isoforms, see `assignRanges` @@ -200,7 +200,7 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/reference/tximeta-package.html b/reference/tximeta-package.html index 02cd853..e2d4667 100644 --- a/reference/tximeta-package.html +++ b/reference/tximeta-package.html @@ -1,5 +1,5 @@ -Import transcript quantification with metadata — tximeta-package • tximetaImport transcript quantification with metadata — tximeta-package • tximeta tximeta - 1.21.4 + 1.23.1 @@ -99,6 +99,11 @@

References

Differential analyses for RNA-seq: transcript-level estimates improve gene-level inferences. F1000Research. http://doi.org/10.12688/f1000research.7563

+ +
+

See also

+

Author

@@ -117,7 +122,7 @@

Author

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/reference/tximeta.html b/reference/tximeta.html index aa988c4..27d4b02 100644 --- a/reference/tximeta.html +++ b/reference/tximeta.html @@ -1,5 +1,5 @@ -Import transcript quantification with metadata — tximeta • tximetaImport transcript quantification with metadata — tximeta • tximeta tximeta - 1.21.4 + 1.23.1 @@ -222,8 +222,8 @@

Examples

#> #> found matching linked transcriptome: #> [ LocalEnsembl - Drosophila melanogaster - release 98 ] -#> loading existing TxDb created: 2024-02-21 14:31:11 -#> loading existing transcript ranges created: 2024-02-21 14:31:12 +#> loading existing TxDb created: 2024-05-14 14:50:17 +#> loading existing transcript ranges created: 2024-05-14 14:50:18 #> Warning: #> #> Warning: the annotation is missing some transcripts that were quantified. @@ -254,7 +254,7 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.