ArchR icon indicating copy to clipboard operation
ArchR copied to clipboard

Error in plotFootprints(seFoot = seFoot, ArchRProj = projHeme, normMethod = "Subtract", : unused argument (useNames = TRUE)

Open ttchen0714 opened this issue 1 year ago • 1 comments

Hi,

I have trouble running an plotFootprints method. Here is code: plotFootprints( seFoot = seFoot, ArchRProj = projHeme, normMethod = "Subtract", plotName = "Footprints-Subtract-Bias", addDOC = FALSE, useNames = TRUE, smoothWindow = 5 ) Error in plotFootprints(seFoot = seFoot, ArchRProj = projHeme, normMethod = "Subtract", : unused argument (useNames = TRUE) Here is log: ArchR-plotFootprints-1807db156cc380-Date-2024-04-16_Time-16-52-19.log I have tried: 1, install matrixStats version 1.1.0, but its still not working 2, BiocManager::install(version = "3.18"), but I got "Error: Bioconductor version '3.18' requires R version '4.3'; use version = '3.16'` with R version 4.2; see https://bioconductor.org/install" How can I fix this error?

ttchen0714 avatar Apr 16 '24 11:04 ttchen0714