Skip to content

How to use query atrr of array #355

Open
@KazegamiKuon

Description

@KazegamiKuon

Hi, I'm currently calculating INDEL and SNP using scikit-allel

I read it as ZARR and make VariantChunkedTable

callset = zarr.open_group(path)
variants = allel.VariantChunkedTable(callset.variants)

SNP is where variant have ALT and REF which have only one nucleotide

How can I filter it with 'query'? I checked and see VariantChunkedTable have query atrr
variants.query

this is my variants when run code variants = allel.VariantChunkedTable(callset.variants)
image

Please advice me on how to process the right format for this function.
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions