No result from plotPCA()
1
0
Entering edit mode
s1760083 • 0
@user-24697
Last seen 3.1 years ago

I have been trying to run a PCA on some RNA-seq data I have obtained through Salmon, but for some reason, when I put the appropriate command into RStudio, I don't get any response. I made a DESeq2 dataset (named dds, as in the tutorial) using the typical commands, then transformed the data using the rlog command:

rld <- rlog(dds, blind=TRUE)

And used this transformed data for the plotPCA function:

plotPCA(rld, intgroup=c("Special.Condition"))

Where "Special.Condition" is a column in my coldata file.

After about 5 seconds of running, the function finishes and does not create any plot or new file in my environment. Does anybody know if there is an issue with my code, or could this be a problem with RStudio itself? Thanks, Krzysztof.

DESeq2 RNASeq plotpca • 851 views
ADD COMMENT
1
Entering edit mode
@mikelove
Last seen 20 hours ago
United States

Sounds like an RStudio issue. Can you please run the same commands in R without RStudio?

ADD COMMENT

Login before adding your answer.

Traffic: 592 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6