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

Assertion Error occuring on "subsetting GCToo instances" part #86

Open
VangieY opened this issue Jun 13, 2024 · 0 comments
Open

Assertion Error occuring on "subsetting GCToo instances" part #86

VangieY opened this issue Jun 13, 2024 · 0 comments

Comments

@VangieY
Copy link

VangieY commented Jun 13, 2024

For the code line:
vorinostat_a375_gctoo = sg.subset_gctoo(vorinostat_only_gctoo, cid=vorinostat_a375_ids)

cid should be in list format instead of index format

Corrected version:
vorinostat_a375_gctoo = sg.subset_gctoo(vorinostat_only_gctoo, cid=vorinostat_a375_ids.to_list())

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant