Skip to content

ninglab/SiamCDR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SiamCDR

License: GPL v3

Project description...

Table of Contents:

Setup:

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 SiamCDR

To enable use of this enviornment in the Jupyter notebooks we provide, please execute the following:

python -m ipykernel install --user --name=siam-cdr

Evaluate model:

The 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.

Use model:

Train model:

Citing:

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},
}

Credits and contact information:

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 and license notice:

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published