vplagnol / ExomeDepth

ExomeDepth R package for the detection of copy number variants in exomes and gene panels using high throughput DNA sequencing data.
59 stars 26 forks source link

How to get the Correlation between the test and selected reference after running CallCNV function #49

Closed AshwinKoppayi closed 1 year ago

AshwinKoppayi commented 1 year ago

Is there a way to get the correlation between test and aggregated reference sets from the all.exons object.

AshwinKoppayi commented 1 year ago

Solution- cor.test.reference<-cor(all.exons@test,all.exons@reference)