Skip to content

Commit

Permalink
cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
oganm committed Apr 25, 2019
1 parent 5a3a7b0 commit 7024bc1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions process.R
Expand Up @@ -31,6 +31,12 @@ exprs = list(GPL339 = read.exp('Data/n_expressoExprWithRNAseq.csv',check.names=
GPL1261 = read.exp('Data/n_expressoExprWithRNAseq2.csv',check.names=FALSE),
RNAseq = read.exp('Data/TasicPrimaryMeanComparable.csv',check.names=FALSE))

file.remove('Data/n_expressoSamplesWithRNAseq.tsv')
file.remove('Data/n_expressoSamplesWithRNAseq2.tsv')
file.remove('Data/meltedSingleCells.tsv')
file.remove('Data/n_expressoExprWithRNAseq.csv')
file.remove('Data/n_expressoExprWithRNAseq2.csv')
file.remove('Data/TasicPrimaryMeanComparable.csv')


exprs %<>% lapply(function(x){
Expand Down

0 comments on commit 7024bc1

Please sign in to comment.