The legacy packages maptools, rgdal, and rgeos, underpinning the sp package,
which was just loaded, will retire in October 2023.
Please refer to R-spatial evolution reports for details, especially
https://r-spatial.org/r/2023/05/15/evolution4.html.
It may be desirable to make the sf package available;
package maintainers should consider adding sf to Suggests:.
The sp package is now running under evolution status 2
(status 2 uses the sf package in place of rgdal)
Attaching package: 'SeuratObject'
The following objects are masked from 'package:base':
intersect, saveRDS
Loading Seurat v5 beta version
To maintain compatibility with previous workflows, new Seurat objects will use the previous object structure by default
To use new Seurat v5 assays: Please run: options(Seurat.object.assay.version = 'v5')
data <-Read10X(data.dir = dir.10x)obj <-CreateSeuratObject(counts = data,project ="SingleCell")obj
An object of class Seurat
33538 features across 10030 samples within 1 assay
Active assay: RNA (33538 features, 0 variable features)
1 layer present: counts
An object of class Seurat
33538 features across 10030 samples within 1 assay
Active assay: RNA (33538 features, 0 variable features)
1 layer present: counts
An object of class Seurat
18143 features across 6713 samples within 1 assay
Active assay: RNA (18143 features, 0 variable features)
1 layer present: counts
An object of class Seurat
33540 features across 23845 samples within 1 assay
Active assay: RNA (33540 features, 0 variable features)
1 layer present: counts