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

Application scenarios of Portal #5

Open
coding-runoob opened this issue Feb 18, 2023 · 1 comment
Open

Application scenarios of Portal #5

coding-runoob opened this issue Feb 18, 2023 · 1 comment

Comments

@coding-runoob
Copy link

Portal has good performance in integration speed and accuracy. I want to use this tool to perform some downstream tasks, but I have some questions about whether Portal can be applied to more than two data sets of integration scenarios. I would appreciate it if you could tell me how to apply Portal to those scenarios with more than two data sets to be integrated.

@jiazhao97
Copy link
Collaborator

Portal integrates multiple datasets in an incremental manner. It transfers all other datasets into the domain constructed by the first dataset. Codes for this function of Portal are:
lowdim_list = portal.utils.preprocess_datasets(adata_list)
integrated_data = portal.utils.integrate_datasets(lowdim_list)

See this link in the README file. Thank you for using our Portal package!

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

2 participants