search for: sample_output_file_curated_pdata

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

2011 Jun 02
2
Matrix Question
...-> 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_curated_pdata.txt",sep="\t") My question is the following: What code gets me the desired output (replacing the *??????*'s above)? I want to: a) Find the integer value one element to the right of "T"; and b) find the integer value one element to the right of "N". I'v...