Skip to content
Snippets Groups Projects
Commit 5000ba2b authored by Brandi Cantarel's avatar Brandi Cantarel
Browse files

round counts dea.R

parent a484bedc
Branches
Tags
No related merge requests found
......@@ -25,7 +25,7 @@ genenames <- read.table(file="genenames.txt",header=TRUE,sep='\t')
tbl <- read.table('countTable.txt',header=TRUE,sep="\t")
tbl2 <- read.table('countTable.logCPM.txt',header=TRUE,sep="\t")
ct <- tbl[,4:length(tbl)]
ct <- round(tbl[,4:length(tbl)],0)
row.names(ct) <- tbl$ENSEMBL
samples<- names(ct)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment