-
Notifications
You must be signed in to change notification settings - Fork 0
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
Trainings data and retraining of the Models #36
Comments
TODO
|
calls: paris_human_RRIpython get_features.py -i /vol/scratch/data/pos_neg_data_context/full_noRBPs/paris_HEK293T_context_150_pos_occ_pos.csv -f all -o /vol/scratch/data/features_files/all_feature_files/paris_human_RRI_pos.csv python get_features.py -i /vol/scratch/data/pos_neg_data_context/full_noRBPs/paris_HEK293T_context_150_pos_occ_neg.csv -f all -o /vol/scratch/data/features_files/all_feature_files/paris_human_RRI_neg.csv paris_human_RBPspython get_features.py -i /vol/scratch/data/pos_neg_data_context/full_c150_shortRBPs/paris_HEK_context_150_pos_occ_pos.csv -f all -o /vol/scratch/data/features_files/all_feature_files/paris_human_RBPs_pos.csv python get_features.py -i /vol/scratch/data/pos_neg_data_context/full_c150_shortRBPs/paris_HEK_context_150_pos_occ_neg.csv -f all -o /vol/scratch/data/features_files/all_feature_files/paris_human_RBPs_neg.csv paris_mouse_RRIpython get_features.py -i /vol/scratch/data/pos_neg_data_context/mouse_full_c150/paris_mouse_context_150_pos_occ_pos.csv -f all -o /vol/scratch/data/features_files/all_feature_files/paris_mouse_RRI_pos.csv python get_features.py -i /vol/scratch/data/pos_neg_data_context/mouse_full_c150/paris_mouse_context_150_pos_occ_neg.csv -f all -o /vol/scratch/data/features_files/all_feature_files/paris_mouse_RRI_neg.csv splash_human_RRIpython get_features.py -i /vol/scratch/data/pos_neg_data_context/full_SPLASH_hES/SPLASH_hES_context_150_pos_occ_pos.csv -f all -o /vol/scratch/data/features_files/all_feature_files/splash_human_RRI_pos.csv python get_features.py -i /vol/scratch/data/pos_neg_data_context/full_SPLASH_hES/SPLASH_hES_context_150_pos_occ_neg.csv -f all -o /vol/scratch/data/features_files/all_feature_files/splash_human_RRI_neg.csv paris_splash_human_RRIawk 'FNR==1 && NR!=1{next;}{print}' /vol/scratch/data/features_files/all_feature_files/paris_human_RRI_pos.csv /vol/scratch/data/features_files/all_feature_files/splash_human_RRI_pos.csv > /vol/scratch/data/features_files/all_feature_files/paris_splash_human_RRI_pos.csv awk 'FNR==1 && NR!=1{next;}{print}' /vol/scratch/data/features_files/all_feature_files/paris_human_RRI_neg.csv /vol/scratch/data/features_files/all_feature_files/splash_human_RRI_neg.csv > /vol/scratch/data/features_files/all_feature_files/paris_splash_human_RRI_neg.csv full_humanawk 'FNR==1 && NR!=1{next;}{print}' /vol/scratch/data/features_files/all_feature_files/paris_splash_human_RRI_pos.csv /vol/scratch/data/features_files/all_feature_files/paris_human_RBPs_pos.csv > /vol/scratch/data/features_files/all_feature_files/full_human_pos.csv awk 'FNR==1 && NR!=1{next;}{print}' /vol/scratch/data/features_files/all_feature_files/paris_splash_human_RRI_neg.csv /vol/scratch/data/features_files/all_feature_files/paris_human_RBPs_neg.csv > /vol/scratch/data/features_files/all_feature_files/full_human_neg.csv fullawk 'FNR==1 && NR!=1{next;}{print}' /vol/scratch/data/features_files/all_feature_files/full_human_pos.csv /vol/scratch/data/features_files/all_feature_files/paris_mouse_RRI_pos.csv > /vol/scratch/data/features_files/all_feature_files/full_pos.csv awk 'FNR==1 && NR!=1{next;}{print}' /vol/scratch/data/features_files/all_feature_files/full_human_neg.csv /vol/scratch/data/features_files/all_feature_files/paris_mouse_RRI_neg.csv > /vol/scratch/data/features_files/all_feature_files/full_neg.csv |
We should have the definite feature cvs. trainings data stored somewhere for the following datasets:
For this data we should have the models with the following data combination:
The text was updated successfully, but these errors were encountered: