You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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!
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.
The text was updated successfully, but these errors were encountered: