Entering edit mode
2.5 years ago
bioinformatics.girl
▴
20
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.
can you do this?
no item called "package::Signac" on the search list
Try this:
It could be a disagreement between the package version and the exact command line.
https://github.com/timoast/signac/issues/195