Skip to content

Commit

Permalink
Use rlog transformation.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Oct 11, 2017
1 parent 17bfb62 commit b9bed40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/plot-pca.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ library("DESeq2")
dds <- readRDS(snakemake@input[[1]])

# obtain normalized counts
counts <- counts(dds, normalized=TRUE)
counts <- rlog(dds, blind=FALSE)
svg(snakemake@output[[1]])
plotPCA(counts, intgroup=snakemake@params[["pca_labels"]])
dev.off()

0 comments on commit b9bed40

Please sign in to comment.