main¶
Module Contents¶
Functions¶
|
Plots the concentration vs time curve |
|
Plots the concentration times time vs time curve |
|
Makes the final output |
Attributes¶
- main.plotConcTime(rData, outFolder)¶
Plots the concentration vs time curve
- Parameters
rData (compData.compData) – Data read by the reader
outFolder (str) – Folder to save the output graph
- main.plotLogConcTime(rData, outFolder)¶
Plots the concentration times time vs time curve
- Parameters
rData (compData.compData) – Data read by the reader
outFolder (str) – Folder to save the output graph
- main.makeOutput(drugData, knwnMediData, outFolder)¶
Makes the final output
- Parameters
drugData (str) – The dataset containing the concentration vs time information
knwnMediData (str) – The dataset containing names and distribution data of known drugs
outFolder (str) – Folder to save all of output data (graphs, comparison data, computational result)
- main.parentDir¶