Skip to content

Commit

Permalink
Removed debugging code from assign_ancestry_mahalanobis.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaddis committed Oct 20, 2023
1 parent ffe28e4 commit 5a4fd59
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,6 @@ write.table(
# Generate plots of ancestry outliers using different stddev thresholds
for (ancestry in ancestries) {
plot_data = dataset_samples[dataset_samples$ANCESTRY == ancestry,]
print(plot_data)
if (nrow(plot_data) > 0) {
plot_data$color = "green"
plot_data[plot_data$SCALED_MAHAL > 2,'color'] = "yellow"
Expand Down

0 comments on commit 5a4fd59

Please sign in to comment.