This package will allow for the user to upload an excel file consisting of tetrad information containing sample numbers and 1s and 0s, and allow for the user to sort their data by drug markers. Afterwards, the user can combine all their sorted data and create a new excel document that contains sheets for each drug marker. In these sheets, the positive marked spores that were filtered will be listed there.
from tetrad_analysis import python_test_list.xlsx
- import an excel document of choice and convert it into a dataframe that can be used by the program
- sort this input by positive values for drug markers (in this case it would be the columns) and create separate dataframes for each drug marker
- combine these dataframes into a single library that will be labeled all_positive
- convert this library into a new excel document that will separate each drug marker into its own sheet
This program will facilitate the process of sorting through data. There can be over hundreds of samples of tetrad data for analysis. It would take a long time to sort this amount. Therefore, by having a program that does it, it would save time.
Catherine Harvey (harveycas@nih.gov)