Genentech / gReLU

gReLU is a python library to train, interpret, and apply deep learning models to DNA sequences.
https://genentech.github.io/gReLU/
MIT License
221 stars 23 forks source link

Update doc string and input allowances for grelu.sequence.utils.resize #34

Open dagarfield opened 3 months ago

dagarfield commented 3 months ago

Current tutorial usage and documentation for grelu.sequence.utils.resize leads to errors when using a dataframe with the correct columns (but the columns are not in the correct order). This should be made more flexible and/or documentation updated.