menchelab / BioProfiling.jl

A flexible Julia toolkit for high-dimensional cellular profiles
MIT License
13 stars 1 forks source link

Fix DataFrames requirement #19

Closed koalive closed 3 years ago

koalive commented 3 years ago

The most recent versions of the DataFrames package completely changes how indexing can be done. For instance the following:

testDF = DataFrame([[1, 0], [3, 0]])
testDF[[1]]

does not work anymore which leads to issues for instance in selectFeaturesExperiment.

koalive commented 3 years ago

This was updated in 9b629a03ed0277732f3816fc26586fefad501a87