Project description...
- Setup
- Evaluate model
- Use model
- Train model
- Citing
- Credits and contact information
- Copyright and license notice
To being using the model, please create a new conda environment with the necessary dependencies. This can be done by executing the following command:
conda env create -f environment.yml
conda activate SiamCDRTo enable use of this enviornment in the Jupyter notebooks we provide, please execute the following:
python -m ipykernel install --user --name=siam-cdrThe processed data used to train and evaluate our model is available in data/processed directory.
The code used to implement the experiements published in our manuscrpt is available in notebooks/experiments.
Our manuscript is currently under review at Nature Communications.
If you use any part of this library in your research, please cite it using the following BibTex entry:
@online{codeSiamCDR2023,
title = {SiamCDR library for enhancing learned drug and cell line representations for cancer drug response via contrastive learning},
author = {Lawrence, P. and Ning, X.},
url = {https://github.com/ninglab/SiamCDR},
year = {2023},
}
This implementation of SiamCDR was written by Patrick J. Lawrence with contributiuons by Xia Ning, PhD.
If you have any questions or encounter a problem,
please contact Patrick J. Lawrence
Copyright 2023, The Ohio State University
We gratefully acknowledge support by National Science Foundation grant no. IIS-2133650.
Licensed under the GNU GENERAL PUBLIC LICENSE, version 3.0. You may not use this library except in compliance with the License.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.