Interpreting ellipses in PCAtools for bulk RNAseq
1
0
Entering edit mode
2.9 years ago
Elizabeth • 0

I had a quick question about using ellipses in PCAtools on bulk RNA-seq data. On my data, I can make a plot using the code below:

biplot(p, 
       lab = NULL, 
       legendPosition = 'right',
       colby = 'genotype', 
       colLegendTitle = 'Genotype',
# ellipse config
      ellipse = TRUE,
      ellipseLevel = 0.95,
      ellipseFill = TRUE,
      ellipseAlpha = 1/4,
      ellipseLineSize = 0)

enter image description here

As you can see, the WT group is circled and the CRE group has 2 lines drawn around it, rather than another circle, which I'm not sure how to interpret. Does this mean, that at the 95% confidence level, the CRE group isn't really one group?

For example, when I change ellipseLevel = 0.75, here's the output: enter image description here

Since now all the points in the CRE group fall under the same circle, can I interpret that as I can be 75% confident all the CRE samples are statistically similar, or something like that? Just want to make sure I'm interpreting this correctly. Thank you!

PCAtools ellipse RNAseq offtopic • 892 views
ADD COMMENT
0
Entering edit mode

Please ask this on bioC support - the developer has pointed to that forum as the place to ask questions: PCAtools: everything Principal Components Analysis

ADD REPLY
0
Entering edit mode

Will do, thanks!

ADD REPLY
1
Entering edit mode
ADD COMMENT

Login before adding your answer.

Traffic: 1803 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