R/getCosts_Tree_sum_Sim.R

getCosts_Tree_sum_Sim <-
function(Kostenmatrix, Protein_IDs){
  Kostenvektor<- Kostenmatrix[Protein_IDs, 2]
  Gesamtkosten<- sum(Kostenvektor)
  return(Gesamtkosten)
}

Try the NHEMOtree package in your browser

Any scripts or data that you put into this service are public.

NHEMOtree documentation built on May 2, 2019, 7:32 a.m.