GreenleafLab / ArchR

ArchR : Analysis of Regulatory Chromatin in R (www.ArchRProject.com)
MIT License
388 stars 140 forks source link

set bcPass as a character vector #1795

Closed rcorces closed 1 year ago

rcorces commented 1 year ago

I've sporadically received a cryptic error from createArrowFiles() that seems to boil down to an S4Vectors issue with the match() function and the BStringSet bcPass object (shown below). This should be fixed by this commit but its a sporadic error and hard to test.

<simpleError in h(simpleError(msg, call)): error in evaluating the argument 'i' in selecting a method for function '[': error in evaluating the argument 'x' in selecting a method for function 'which': no met
hod found for function 'match' and signature XRawList, XRawList>