In working through the 'Analyzing PBMC scATAC-seq' vignette with my own data generated using cellranger-atac count, I run into the following error when calling the CreateChromatinAssay() function:
Computing hash
Checking for 9062 cell barcodes
Error in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
line 1 did not have 3 elements
It looks like GenomeInfoDb is having issues creating the seqinfo object. You can either remove the genome parameter or set it to a pre-existing Seqinfo object for your genome.
In working through the 'Analyzing PBMC scATAC-seq' vignette with my own data generated using cellranger-atac count, I run into the following error when calling the CreateChromatinAssay() function:
the traceback is as follows:
and sessionInfo():
thanks!