File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 93
93
" pca_df_2la, pca_evr_2la = ag3.pca(\n " ,
94
94
" region=region_2la,\n " ,
95
95
" sample_sets=sample_sets,\n " ,
96
- " n_snps=10_000 ,\n " ,
96
+ " n_snps=50_000 ,\n " ,
97
97
" )\n " ,
98
98
" pca_df_2la = pca_df_2la.merge(kt_df_2la, on=\" sample_id\" )\n " ,
99
99
" pca_df_2la.head()"
180
180
" pca_df_2rb, pca_evr_2rb = ag3.pca(\n " ,
181
181
" region=region_2rb,\n " ,
182
182
" sample_sets=sample_sets,\n " ,
183
- " n_snps=10_000 ,\n " ,
183
+ " n_snps=50_000 ,\n " ,
184
184
" )\n " ,
185
185
" pca_df_2rb = pca_df_2rb.merge(kt_df_2rb, on=\" sample_id\" )\n " ,
186
186
" pca_df_2rb.head()"
262
262
" region=region_2rc,\n " ,
263
263
" sample_sets=sample_sets,\n " ,
264
264
" sample_query=\" taxon == 'gambiae'\" ,\n " ,
265
- " n_snps=10_000 ,\n " ,
265
+ " n_snps=50_000 ,\n " ,
266
266
" )\n " ,
267
267
" pca_df_2rc_gam = pca_df_2rc_gam.merge(kt_df_2rc_gam, on=\" sample_id\" )\n " ,
268
268
" pca_df_2rc_gam.head()"
342
342
" region=region_2rc,\n " ,
343
343
" sample_sets=sample_sets,\n " ,
344
344
" sample_query=\" taxon == 'coluzzii'\" ,\n " ,
345
- " n_snps=10_000 ,\n " ,
345
+ " n_snps=50_000 ,\n " ,
346
346
" )\n " ,
347
347
" pca_df_2rc_col = pca_df_2rc_col.merge(kt_df_2rc_col, on=\" sample_id\" )\n " ,
348
348
" pca_df_2rc_col.head()"
You can’t perform that action at this time.
0 commit comments