R/ReadPatient_MLL9F.R

Defines functions ReadPatient_MLL9F

Documented in ReadPatient_MLL9F

ReadPatient_MLL9F=function(Patient,Key,Filnames,Fullpaths){
  
  ind_pat=which(Key2Id_MLL9F(Key)==Patient)
  
  if(length(ind_pat)==3){
    P11=ReadLRN(Filenames[ind_pat[1]],Fullpaths[ind_pat[1]])
    P12=ReadLRN(Filenames[ind_pat[2]],Fullpaths[ind_pat[2]])
    P13=ReadLRN(Filenames[ind_pat[3]],Fullpaths[ind_pat[3]])
    
    return(list(PT1=P11,PT2=P12,PT3=P13))
  }
}
Mthrun/dbt.FlowCytometry documentation built on June 5, 2023, 10:30 a.m.