Mercurial > repos > davidvanzessen > mutation_analysis
changeset 38:6b6dbbcc771d draft
Uploaded
author | davidvanzessen |
---|---|
date | Tue, 04 Aug 2015 08:55:14 -0400 |
parents | 4b997f68d769 |
children | 7377bf7e632d |
files | merge_and_filter.r mutation_analysis.xml |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/merge_and_filter.r Tue Aug 04 08:52:14 2015 -0400 +++ b/merge_and_filter.r Tue Aug 04 08:55:14 2015 -0400 @@ -37,7 +37,7 @@ summ = summ[summ$Functionality == "productive (see comment)" | summ$Functionality == "productive",] } else if (functionality == "unproductive"){ summ = summ[summ$Functionality == "unproductive (see comment)" | summ$Functionality == "unproductive",] -} else if (functionality == "remove_no_result"){ +} else if (functionality == "remove_unknown"){ summ = summ[summ$Functionality != "No results" & summ$Functionality != "unknown (see comment)" & summ$Functionality != "unknown",] }
--- a/mutation_analysis.xml Tue Aug 04 08:52:14 2015 -0400 +++ b/mutation_analysis.xml Tue Aug 04 08:55:14 2015 -0400 @@ -16,7 +16,7 @@ <param name="functionality" type="select" label="Functionality filter" help="" > <option value="productive" selected="true">Productive: Keep "productive" and "productive (see comment)"</option> <option value="unproductive">Unproductive: Keep "unproductive" and "unproductive (see comment)"</option> - <option value="remove_no_result">Remove "No Results", "unknown" and "unknown (see comment)"</option> + <option value="remove_unknown">Remove "unknown" and "unknown (see comment)"</option> <option value="dont_filter">Don't filter</option> </param>