-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improvements to the Data module #19
Labels
enhancement
New feature or request
Comments
aryarm
changed the title
allow for different file inputs in data module
allow for different types of file object inputs in data module
Mar 21, 2022
aryarm
changed the title
allow for different types of file object inputs in data module
improvements to the Data module
Mar 27, 2022
aryarm
added a commit
that referenced
this issue
Apr 10, 2022
aryarm
added a commit
that referenced
this issue
Apr 13, 2022
aryarm
added a commit
that referenced
this issue
Apr 13, 2022
aryarm
added a commit
that referenced
this issue
Apr 13, 2022
For the Genotypes class
For the Phenotypes class
For the Haplotype and Haplotypes classes
For the Haplotype and Variant classes
For the Haplotype class
|
aryarm
added a commit
that referenced
this issue
Jun 16, 2022
aryarm
added a commit
that referenced
this issue
Jul 1, 2022
and make covariates class a subclass of phenotypes see #19 for more details
Merged
aryarm
added a commit
that referenced
this issue
Oct 18, 2022
we also discussed some potential breaking changes to the classes in the data library which we would like to implement this summer:
this idea originally arose in #49 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
input files
would be nice if we could support the following inputs
sys.stdout
andsys.stdin
one strategy would be to create a function in the Data abstract class that could detect each of these cases and handle them appropriately?
informative warnings
additional classes
filtering of variants
subclasses for different kinds of genotyping data
or just some way to type-hint the specific kind that you need
new functions
iterate()
- a generator function that iterates over each line bit by bit and yields named tuples where each entry is a property of the module but having values just for a single rowThe text was updated successfully, but these errors were encountered: