Skip to content

Better Handle Variable Types #16

@jrm5100

Description

@jrm5100

I think a good test-case for this will be creating a datatype for a variant based on some PLINK files:

  • BED (00/01/10/11 encoding for each variant for each sample)
  • BIM (chromosome, ID, position, coordinate, allele 1, allele 2)

I think the BIM information would be part of a pandas.api.extensions.ExtensionArray type (since the information would apply to an array/column) and the actual genotype information would be part of a pandas.api.extensions.ExtensionDtype type.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions