-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 requestNew feature or request