Neurosurgery-Brain-Tumor-Center-DiazLab / CONICS

CONICS: COpy-Number analysis In single-Cell RNA-Sequencing
73 stars 28 forks source link

Conicsmat throws an error for filterMatrix() #32

Open biobug16 opened 3 years ago

biobug16 commented 3 years ago

Hi I am trying to run conicsmat and everytime I get an error at filterMatrix() My code is

gene_pos=getGenePositions(rownames(log2mat)) log2mat1=filterMatrix(log2mat,gene_pos[,"hgnc_symbol"],minCells=5)

Error in UseMethod("filter_") : 
  no applicable method for 'filter_' applied to an object of class "c('tbl_SQLiteConnection', 'tbl_dbi', 'tbl_sql', 'tbl_lazy', 'tbl')"
Calls: getGenePositions ... .sql_get_resource_table -> tryCatch -> tryCatchList -> %>% -> filter_

Kindly please guide how can I overcome this issue.

Thanks