Skip to content

Look into converting sequences into bit strings #22

@ArtPoon

Description

@ArtPoon

Two options:

  1. Encode nucleotides with two bits (four states = four nucleotides)
  2. Encode with four bits for presence/absence of each nucleotide, which enables us to encode mixtures (preferred).

Computing number of differences should be attainable by a fast bitwise operator.

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