GLycan Analysis Module
Docstrings are used to automatically generate documentation for glam
.
This project will follow the docstring standard embraced and defined by SciPy/NumPy.
These docstrings look something like:
"""Gets and prints the spreadsheet's header columns
Parameters
----------
file_loc : str
The file location of the spreadsheet
print_cols : bool, optional
A flag used to print the columns to the console (default is False)
Returns
-------
list
a list of strings representing the header columns
"""