.IsFutureSeurat {SeuratObject} | R Documentation |
Test Future Compatibility with Seurat
Description
Check to see if SeuratObject and/or Seurat are at least a specific version or if they're configured to act as if they're a specific version (see details below). This allows testing compatibility with future requirements for both SeuratObject and Seurat
Usage
.IsFutureSeurat(version, lib.loc = NULL)
Arguments
version |
A version string or object of class
|
lib.loc |
a character vector of directory names of R libraries,
or |
Details
Blah blah blah
Value
TRUE
if SeuratObject and/or Seurat
[Package SeuratObject version 5.1.0 Index]