Fast concatenation of thousands of files by columns
I am using R to cbind about ~11000 files using: dat <- do.call('bind_cols',lapply(lfiles,read.delim)) which is unbelievably slow. I am using R because my downstream processing like creating plots etc is in R. What are some fast alternatives to concatenating thousands of files by columns? I have three types of files for which I want this done. They look like this: [centos@ip data]$ head C021_0011_001786_tumor_RNASeq.abundance.tsv target_id length eff_length est_counts tpm ENST00000619216.1 68 26.6432 10.9074 5.69241 ENST00000473358.1 712 525.473 0 0 ENST00000469289.1 535 348.721 0 0