You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have an assumption that this is wrapping a FacileDataSet.
ReactiveFacileDataStore() and the chain of functions it delegates to that support it (filteredReactiveFacileDataStore() and reactiveFacileDataStore()) assume we are only working with FacileDataSets, which are loaded from the path on disk.
Now that we have FacileBiocData, we need to program up to the general FacileDataStore API so that they can be used as data providers to the shiny bits.
You'll know you've almost got it when this FacileAnalysis mojo work:
Currently we have an assumption that this is wrapping a FacileDataSet.
ReactiveFacileDataStore()
and the chain of functions it delegates to that support it (filteredReactiveFacileDataStore()
andreactiveFacileDataStore()
) assume we are only working with FacileDataSets, which are loaded from thepath
on disk.Now that we have FacileBiocData, we need to program up to the general FacileDataStore API so that they can be used as data providers to the shiny bits.
You'll know you've almost got it when this FacileAnalysis mojo work:
samples(FacileBiocDataStore) %>% fpca() %>% shine()
fpcaGadget(FacileBiocDataStore)
fdgeGadget(FacileBiocDataStore)
The text was updated successfully, but these errors were encountered: