Could not find function "CreateChromatinAssay"
0
0
Entering edit mode
22 months ago

I am currently running an snATAC-seq analysis and performed the following command:

chrom_assay <- CreateChromatinAssay(
   counts = counts,
   sep = c(":", ","),
   genome = 'mm10', 
   fragments = ".../fragments.tbi", 
   min.cells = 10,
   min.features = 200
)

The error that comes out is: Error in CreateChromatinAssay. Could not find function "CreateChromatinAssay"

Any ideas on what to do? I've re-installed Signac multiple times and re-started the system. No progress.

atac-seq 10x cellranger snatac-seq • 1.2k views
ADD COMMENT
0
Entering edit mode

can you do this?

> grep ("CreateChromatinAssay", ls("package:Signac"), value = T)
ADD REPLY
0
Entering edit mode

no item called "package::Signac" on the search list

ADD REPLY
0
Entering edit mode

Try this:

> library(Signac)
> ls("package:Signac")
> grep ("CreateChromatinAssay", ls("package:Signac"), value = T)
ADD REPLY
0
Entering edit mode

It could be a disagreement between the package version and the exact command line.

https://github.com/timoast/signac/issues/195

ADD REPLY

Login before adding your answer.

Traffic: 2090 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6