data(hpo)
patients.character.vector <- c(
A="HP:0001382,HP:0004272,HP:0007917,HP:0004912,HP:0001596",
B="HP:0001382,HP:0004272,HP:0002165,HP:0004800,HP:0004912",
C="HP:0004800,HP:0001382,HP:0004912,HP:0007917,HP:0008743",
D="HP:0001257,HP:0001382,HP:0007917,HP:0012623,HP:0002165",
E="HP:0007917,HP:0004800,HP:0004272,HP:0001596,HP:0002165"
)
patient.hpo.terms <- term.set.list.from.character(hpo.terms, patients.character.vector)
term.patient.matrix <- get.term.patient.matrix(
lapply(
patient.hpo.terms,
function(patient.terms) get.ancestors(hpo.terms, patient.terms)
)
)Run the code above in your browser using DataLab