Skip to content

Commit 820b0b8

Browse files
committed
Version UP + NEWS
1 parent b3e55ba commit 820b0b8

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: tidybulk
33
Title: Brings transcriptomics to the tidyverse
4-
Version: 1.5.3
4+
Version: 1.5.5
55
Authors@R: c(person("Stefano", "Mangiola", email = "[email protected]",
66
role = c("aut", "cre")),
77
person("Maria", "Doyle", email = "[email protected]",

inst/NEWS.rd

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
\section{Changes in version 1.3.2, Bioconductor 3.13 Release}{
2121
\itemize{
22-
\item Tidybulk now operates natively with SummarizedExperment data container, in a seamless way thanks to tidySummarisedExperiment 10.18129/B9.bioc.tidySummarizedExperiment
22+
\item Tidybulk now operates natively with SummarizedExperment data container, in a seamless way thanks to tidySummarisedExperiment 10.18129/B9.bioc.tidySummarizedExperiment
2323
\item Added robust edgeR as it outperforms many other methods as shown here doi.org/10.1093/nargab/lqab005
2424
\item Added test stratifiction cellularity, to easily calculate Kaplan-Meier curves
2525
\item Production of SummarizedExperiment from BAM or SAM files
@@ -29,3 +29,13 @@
2929
\item Added test_gene_rank, based on GSEA
3030
\item Several bug fixes.
3131
}}
32+
33+
\section{Changes in version 1.5.5, Bioconductor 3.14 Release}{
34+
\itemize{
35+
\item Added user-defined gene set for gene rank test
36+
\item Sped up aggregate_transcripts for large scale tibbles or SummarizedExperiment objects
37+
\item Allow to pass additional arguments to DESeq2 implementation in test_differential_abundance
38+
\item Allow scale_abundance with a user-defined subset of genes (e.g. house keeping genes)
39+
\item Add UMAP to reduce_dimensions()
40+
\item Several minor fixed, optimisations and documentation improvements
41+
}}

0 commit comments

Comments
 (0)