We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa80d9c commit bab39bdCopy full SHA for bab39bd
analyze_run.py
@@ -184,9 +184,6 @@
184
# create df of filtered assigned_signal_norm by applying the NTC check to remove any NTCs whose raw signal suggests contamination
185
assigned_signal_norm_with_NTC_check = ntcCheck.ntc_cont(assigned_signal_norm) # feed this into MedianSort
186
187
-# collect the samples_list after running NTC Contamination Check, in case NTCs were removed
188
-#samples_list = assigned_signal_norm_with_NTC_check['sample'].unique()
189
-
190
# temporarily save assigned_signal_norm_with_NTC_check
191
assigned_signal_norm_with_NTC_check.to_csv(os.path.join(rd_subfolder, 'assigned_signal_norm_with_NTC_check.csv'), index=True)
192
0 commit comments