search for: alt_sample_name

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

2011 Jun 02
2
Matrix Question
...ted/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 <- *??????* curated$N <- tmp write.table(curated, row.names=FALSE, file="../curated/Sample_Output_File_cur...