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
Thanks for sharing this data along with the detailed analysis!
I'm trying to reproduce the results from the paper, and found that there are some files are missing in order to do that. These files are loaded from the following workspace: "../JDR/".
MOA clustering scrips can indeed be found here and are not part of this repository. You will need to feed this the data provided in this benchmark into these scrips to generate the results in this paper!
yes, same problem miss JDR folder. when run
rgcca_factors_cp=pd.read_csv("../JDR/results_CP_GE_lincs/factors_rgcca_cp.txt",sep="\t").reset_index(drop=True)
Hi,
Thanks for sharing this data along with the detailed analysis!
I'm trying to reproduce the results from the paper, and found that there are some files are missing in order to do that. These files are loaded from the following workspace: "../JDR/".
For example, in the MoA prediction notebook:
rgcca_factors_ge=pd.read_csv("../JDR/results_CP_GE_cdrpbio/factors_rgcca_ge.txt",sep="\t").reset_index(drop=True).add_suffix('_ge')
Is there a possibility to add these to the repo?
In addition, the scripts for MoA clustering will also be beneficiary if shared.
Thanks!
The text was updated successfully, but these errors were encountered: