The assays(TreatmentResponseExperiment)
method is really slow in WSL2
#134
Labels
assays(TreatmentResponseExperiment)
method is really slow in WSL2
#134
The
assays
method for aTreatmentResponseExperiment
is taking a long time (~4s) to execute on WSL2 with 2data.table
threads.Need to assess if this occurs on other platforms?
Could possibly speed up the internal joins with
colData
androwData
by keying thedata.table
s.Definitely need to look at improving the speed.
Best,
Chris
The text was updated successfully, but these errors were encountered: