search for: sample_template_fil

Displaying 1 result from an estimated 1 matches for "sample_template_fil".

Did you mean: sample_template_file
2011 Jun 02
2
Matrix Question
...ode is the following: rm(list=ls()) source("../../functions.R") uncurated <- read.csv("../uncurated/Sample_Input_File_full_pdata.csv",as.is =TRUE,row.names=1) ##initial creation of curated dataframe curated <- initialCuratedDF(rownames(uncurated),template.filename="Sample_Template_File.csv") ##-------------------- ##start the mappings ##-------------------- ##title -> alt_sample_name curated$alt_sample_name <- uncurated$title #T tmp <- uncurated$characteristics_ch1.3 tmp <- *??????* curated$T <- tmp #N tmp <- uncurated$characteristics_ch1.3 tmp <-...