Skip to content

Choosing matrix normalization method for .cool files #441

Open
@rikrdo89

Description

@rikrdo89

For cool files that have values for different types of matrix normalization (KR, VC, VC_SQRT, etc), is there a way to specify which normalization values to use? I tried /path/to/file.cool::/resolutions/5000::/bins/KR but that didn't workl...

resolutions
     ├── 5000
     │   ├── bins
     │   │   ├── KR (617665,) float64
     │   │   ├── VC (617665,) float64
     │   │   ├── VC_SQRT (617665,) float64
     │   │   ├── chrom (617665,) int32
     │   │   ├── end (617665,) int32
     │   │   ├── start (617665,) int32
     │   │   └── weight (617665,) float64
     │   ├── chroms
     │   │   ├── length (24,) int32
     │   │   └── name (24,) |S64
     │   ├── indexes
     │   │   ├── bin1_offset (617666,) int64
     │   │   └── chrom_offset (25,) int64
     │   └── pixels
     │       ├── bin1_id (495409844,) int64
     │       ├── bin2_id (495409844,) int64
     │       └── count (495409844,) int32

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions