search for: sample_input_file_full_pdata

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

2011 Jun 02
2
Matrix Question
...esent degree of disease spreading. I want to create output that looks like this: *Sample_Output_File* T N 1 0 2 1 0 0 1 0 0 3 As it currently stands, my code 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_samp...