Skip to content

Commit

Permalink
Update deseq2_qc.r
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh authored Jun 16, 2021
1 parent aa279f8 commit 8a94ebf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bin/deseq2_qc.r
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ assay(dds, vst_name) <- assay(rld)
save(dds,file=DDSFile)
saveRDS(dds, file=sub("\\.dds\\.RData$", ".rds", DDSFile))



################################################
################################################
## PLOT QC ##
Expand Down Expand Up @@ -209,7 +207,6 @@ write.table(cbind(sample = rownames(sampleDistMatrix), sampleDistMatrix),file=pa
row.names=FALSE, col.names=TRUE, sep="\t", quote=FALSE)
dev.off()


################################################
################################################
## SAVE SIZE FACTORS ##
Expand All @@ -231,7 +228,6 @@ for (name in names(sizeFactors(dds))) {
write(as.numeric(sizeFactors(dds)[name]), file=sizeFactorFile)
}


################################################
################################################
## R SESSION INFO ##
Expand All @@ -245,7 +241,6 @@ a <- sessionInfo()
print(a)
sink()


################################################
################################################
################################################
Expand Down

0 comments on commit 8a94ebf

Please sign in to comment.