jlaffy / infercna

Infer Copy Number Alterations and Clonality in (Single-Cell) RNA-Seq Data
http://jlaffy.github.io/infercna
GNU General Public License v3.0
27 stars 16 forks source link

Error in cnaPlot #5

Open asdwl opened 4 years ago

asdwl commented 4 years ago

Hi, I tried this package with the tutorial, but I encountered an error when running cnaPlot. This is my code: obj = cnaPlot(cna = cna, order.cells = TRUE, subtitle = 'Copy-Number Aberrations in a patient with Glioblastoma') obj$p

This is the error message: Error: All columns in a tibble must be vectors. x Column yintercept is a waiver object. Run rlang::last_error() to see where the error occurred.

Could you help me with this issue? Thanks!

archana433 commented 1 year ago

Hi, I am also getting the same error. Any solution? Thanks !