Mercurial > repos > davidvanzessen > phenotype_gene_relations
changeset 18:03481adcce8d draft
Uploaded
author | davidvanzessen |
---|---|
date | Mon, 12 Oct 2015 06:43:14 -0400 |
parents | bbcc32ea2be5 |
children | a036b66ec94e |
files | phenotype_gene_relations.r |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/phenotype_gene_relations.r Mon Oct 12 05:00:53 2015 -0400 +++ b/phenotype_gene_relations.r Mon Oct 12 06:43:14 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 == 13,] +subset.hand.filter.1 = subset.hand[subset.hand$GROUP.CODE == 1,] 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 = "")