CONICS icon indicating copy to clipboard operation
CONICS copied to clipboard

Conicsmat throws an error for filterMatrix()

Open biobug16 opened this issue 3 years ago • 0 comments

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

biobug16 avatar Dec 08 '20 16:12 biobug16