menchelab / BioProfiling.jl

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

Add allEntries and allFeatures options to getdata #21

Open koalive opened 3 years ago

koalive commented 3 years ago

Currently the getdata function returns only the selected rows and columns of the Experiment. It is sometimes convenient to bypass this behavior, e.g. when try to get a (filtered out) metadata column for all selected rows.