Skip to content
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

Supports providing patient_id in array type #204

Open
shawnzhu opened this issue Sep 13, 2023 · 0 comments
Open

Supports providing patient_id in array type #204

shawnzhu opened this issue Sep 13, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@shawnzhu
Copy link
Member

Now

When using GenomicShortVariant#get_data_frame(), it could provides patient_id in string type only:

df = get_data_frame(
    ...,
    patient_id = 'UUID_1,UUID2'
,)

Expected result

It could support providing patient ids in array type as well:

df = get_data_frame(
    ...,
    patient_id = ['UUID_1', 'UUID_2'],
,)
@shawnzhu shawnzhu added the enhancement New feature or request label Sep 13, 2023
@shawnzhu shawnzhu self-assigned this Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant