changeset 3:43d00c21b135 draft

Uploaded
author greg
date Fri, 04 Oct 2019 14:43:33 -0400
parents 9d0ddd9d62c5
children 34e02e8b4232
files coral_multilocus_genotype.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/coral_multilocus_genotype.R	Fri Oct 04 08:47:10 2019 -0400
+++ b/coral_multilocus_genotype.R	Fri Oct 04 14:43:33 2019 -0400
@@ -579,7 +579,7 @@
 # stag_db_report for the charts (user_specimen_id names
 # will be used to label each chart).
 start_time <- time_start("Creating percent_breakdown.pdf");
-stag_db_report_data_table <- stag_db_report[c(-2, -3, -4,-5,-6)];
+stag_db_report_data_table <- stag_db_report[c(-2, -3, -4, -5)];
 # Remove NA and NaN values.
 stag_db_report_data_table <- na.omit(stag_db_report_data_table);
 # Translate to N (i.e., number of samples with a genotype)