We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da283c7 commit 3f2d763Copy full SHA for 3f2d763
1 file changed
inst/NEWS.Rd
@@ -0,0 +1,31 @@
1
+\name{NEWS}
2
+\title{News for Package \pkg{anndataR}}
3
+
4
+\section{Version 1.0.0, Bioconductor 3.32 Release (October 2025)}{
5
+ \subsection{Introducing anndataR!}{
6
+ \itemize{
7
+ \item{
8
+ \pkg{anndataR} brings the AnnData object to R. It enables native reading
9
+ and writing of H5AD files and conversion to/from
10
+ \code{SingleCellExperiment} and \code{Seurat} objects.
11
+ }
12
13
14
+ \subsection{Features}{
15
16
17
+ An \pkg{R6} class to work with \code{AnnData} objects in R (either
18
+ in-memory or on-disk)
19
20
21
+ Natively read/write H5AD files without needing a Python environment
22
23
24
+ Convert to/from \code{SingleCellExperiment} objects
25
26
27
+ Convert to/from \code{Seurat} objects
28
29
30
31
+}
0 commit comments