comparison¶
Module Contents¶
Functions¶
|
Reads data from files with various extensions. Currently only working for csv extension |
|
Produces a sorted .xlsx file, where one can compare the volume distribution of sample with some known drugs |
- comparison.reader(FileName)¶
Reads data from files with various extensions. Currently only working for csv extension
- Parameters
FileName (str) – Name of file from where data should be read
- Returns
A dataframe containing data from file
- Return type
pandas.dataframe
- comparison.comparison(FileName, VolumeDistribution, outFolder)¶
Produces a sorted .xlsx file, where one can compare the volume distribution of sample with some known drugs
- Parameters
FileName (str) – Name/Path of dataset containg name and volume distribution data of known drugs
VolumeDistribution (float) – volume distribution of the sample
outFolder (str) – Folder to save all of output data (graphs, comparison data, computational result)