How can I stop loading my TSV into 1 column that’s stopping my ‘For’ loop?
I’m running a ‘for’ loop using TCGA gene expression tsv files to combine the gene expression data into one data frame and later a csv/tsv or analysis.
The files from TCGA are .tsv files with the sample id as the file name. The files each contain a gene_id, gene_name, gene_type, and 6 different expression values.