changeset 17:bbcc32ea2be5 draft

Uploaded
author davidvanzessen
date Mon, 12 Oct 2015 05:00:53 -0400
parents 32b4eb083b94
children 03481adcce8d
files phenotype_gene_relations.r
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/phenotype_gene_relations.r	Fri Oct 09 09:09:32 2015 -0400
+++ b/phenotype_gene_relations.r	Mon Oct 12 05:00:53 2015 -0400
@@ -37,7 +37,7 @@
 
 #create SUBSET HAND (based on diseases present in FILTER GROUP 1)
 subset.hand = source.phenotype[source.phenotype$diseaseId %in% source.phenotype.filter.1$diseaseId,]
-subset.hand.filter.1 = subset.hand[subset.hand$GROUP.CODE == 1,]
+subset.hand.filter.1 = subset.hand[subset.hand$GROUP.CODE == 13,]
 subset.hand.filter.0 = subset.hand[subset.hand$GROUP.CODE == 0,]
 
 inheritance.from.group.0 = read.table(inheritance.from.group.0.file, header=F, sep="\t", comment.char="#", quote = "")