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
Making a Cohort with appropriate Patient and Sample objects can be a bit of a pain. It's a necessary pain when reading in data from multiple sources, as we often do. It shouldn't be necessary if all relevant data already lives in one DataFrame; in that case, we could have e.g. Cohort.from_dataframe(df, id="patient_id", ...) to build the Cohort.
The text was updated successfully, but these errors were encountered:
Making a
Cohort
with appropriatePatient
andSample
objects can be a bit of a pain. It's a necessary pain when reading in data from multiple sources, as we often do. It shouldn't be necessary if all relevant data already lives in oneDataFrame
; in that case, we could have e.g.Cohort.from_dataframe(df, id="patient_id", ...)
to build theCohort
.The text was updated successfully, but these errors were encountered: