Skip to content

Instantly share code, notes, and snippets.

@johnkerl
Created January 22, 2022 00:42
Show Gist options
  • Save johnkerl/0ed3ca486a83604adb193cd740d7dbcb to your computer and use it in GitHub Desktop.
Save johnkerl/0ed3ca486a83604adb193cd740d7dbcb to your computer and use it in GitHub Desktop.
johnkerl@ip-192-168-1-183[prod][r]$ ./test-show.r
SCHEMA
- Array type: sparse
- Cell order: ROW_MAJOR
- Tile order: ROW_MAJOR
- Capacity: 18000
- Allows duplicates: FALSE
- Coordinates filters: 1
> ZSTD: COMPRESSION_LEVEL=-1
- Offsets filters: 2
> POSITIVE_DELTA: POSITIVE_DELTA_MAX_WINDOW=1024
> ZSTD: COMPRESSION_LEVEL=1
### Dimension ###
- Name: gene_id
- Type: ASCII
- Cell val num: NA
- Domain: (null,null)
- Tile extent: (null)
- Filters: 0
### Dimension ###
- Name: sample
- Type: ASCII
- Cell val num: NA
- Domain: (null,null)
- Tile extent: (null)
- Filters: 0
### Attribute ###
- Name: tpm
- Type: FLOAT64
- Nullable: FALSE
- Cell val num: 1
- Filters: 1
> ZSTD: COMPRESSION_LEVEL=1
- Fill value: NaN
FILTER_LIST
$coords
> ZSTD: COMPRESSION_LEVEL=-1
$offsets
> POSITIVE_DELTA: POSITIVE_DELTA_MAX_WINDOW=1024
> ZSTD: COMPRESSION_LEVEL=1
DOMAIN
### Dimension ###
- Name: gene_id
- Type: ASCII
- Cell val num: NA
- Domain: (null,null)
- Tile extent: (null)
- Filters: 0
### Dimension ###
- Name: sample
- Type: ASCII
- Cell val num: NA
- Domain: (null,null)
- Tile extent: (null)
- Filters: 0
NDIM
[1] 2
DIM1
### Dimension ###
- Name: gene_id
- Type: ASCII
- Cell val num: NA
- Domain: (null,null)
- Tile extent: (null)
- Filters: 0
DIM2
### Dimension ###
- Name: sample
- Type: ASCII
- Cell val num: NA
- Domain: (null,null)
- Tile extent: (null)
- Filters: 0
DIM1 FL
DIM2 FL
NATTR
[1] 1
ATTR1
function (x, which, exact = FALSE) .Primitive("attr")
ATTR1 FL
> ZSTD: COMPRESSION_LEVEL=1
johnkerl@ip-192-168-1-183[prod][r]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment