Entering edit mode
Hi I'm trying to add ATAC seq to my matrix that already contains scRNAseq data.
The code I'm trying to run is below. The first line works, the second does not. If someone can help me figure out what is going on that would be great. I'm very new to code so any help is appreciated!
grange.counts <- StringToGRanges(rownames(atac_counts), sep = c(":", "-"))
grange.use <- seqnames(grange.counts) %in% standardChromosomes(grange.counts)
# Error in standardChromosomes(grange.counts) :
could not find function "standardChromosomes"
Hi,
I had the same problem, and I was able to solve it doing this: