wguo-research / scCancer

A package for automated processing of single cell RNA-seq data in cancer
92 stars 39 forks source link

Error in xtfrm.data.frame(x) : cannot xtfrm data frames #43

Open zongfl opened 5 months ago

zongfl commented 5 months ago

When I run this function,

stat.results <- runScStatistics(

  • dataPath = dataPath,
  • savePath = savePath,
  • sampleName = sampleName,
  • authorName = authorName
  • ) [2024-02-27 23:34:54.221658] START: RUN scStatistics [2024-02-27 23:34:54.223749] -----: data preparation [2024-02-27 23:35:20.081678] -----: cell calling Error in xtfrm.data.frame(x) : cannot xtfrm data frames How can I solve it?