GithubHelp home page GithubHelp logo

20n / act Goto Github PK

View Code? Open in Web Editor NEW
80.0 14.0 24.0 9.83 MB

Computational synthetic biology: Predicting DNA edits for bioengineering

Home Page: http://20n.com

License: GNU General Public License v3.0

Scala 16.91% Java 78.35% Arduino 0.07% Shell 0.58% Python 2.41% R 1.30% FreeMarker 0.19% PLpgSQL 0.03% JavaScript 0.14% HTML 0.02% CSS 0.01%
synthetic-biology deep-learning bioengineering data-mining computational-synthetic-biology fermentation acetaminophen biochemistry reaction-operators enzyme-function

act's People

Contributors

gil-goldshlager-20n avatar jcaucb avatar mark-20n avatar michaellampe20n avatar nishant-kakar-20n avatar saurabh20n avatar thomas-20n avatar vijay120 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

act's Issues

file ending of '01' ??

Thanks for publishing this code! It looks very interesting and I wanted to try it.

I installed TensorFlow, python, and all the other dependencies with conda on MacOSX, cloned the repo, and was able to run python bucketed_differential_deep.py -h successfully, so I assume TensorFlow, keras etc. is functioning.

I moved the faahKO data, which is in netCDF format, to the a lcms_datadirectory I made in the act/reachables/src/main/python/DeepLearningLcmsPeak directory, and then tried this:

python bucketed_differential_deep.py --control lcms_data/KO/ko15.CDF --experimental lcms_data/WT/wt15.CDF  --outputDirectory faahko_out/ --lcmsDirectory lcms_data

The result is something I don't completely understand about the proper ending of file names?

(20n) curt@DN2lk5k46:~/20n/act/reachables/src/main/python/DeepLearningLcmsPeak$ python bucketed_differential_deep.py --control lcms_data/KO/ko15.CDF --experimental lcms_data/WT/wt15.CDF  --outputDirectory faahko_out/ --lcmsDirectory lcms_data
Using TensorFlow backend.
/Users/curt/20n/act/reachables/src/main/python/DeepLearningLcmsPeak/bucketed_peaks/modules/lcms_autoencoder.py:174: UserWarning: Update your `Dense` call to the Keras 2 API: `Dense(units=70, activation="linear")`
  encoded = Dense(output_dim=first_layer_dim, activation="linear")(input_layer)
/Users/curt/20n/act/reachables/src/main/python/DeepLearningLcmsPeak/bucketed_peaks/modules/lcms_autoencoder.py:175: UserWarning: Update your `Dense` call to the Keras 2 API: `Dense(units=30, activation="linear")`
  encoded = Dense(output_dim=second_layer_dim, activation="linear")(encoded)
/Users/curt/20n/act/reachables/src/main/python/DeepLearningLcmsPeak/bucketed_peaks/modules/lcms_autoencoder.py:178: UserWarning: Update your `Dense` call to the Keras 2 API: `Dense(units=10, activation="linear")`
  encoded = Dense(output_dim=self.encoding_size, activation="linear")(encoded)
/Users/curt/20n/act/reachables/src/main/python/DeepLearningLcmsPeak/bucketed_peaks/modules/lcms_autoencoder.py:188: UserWarning: Update your `Model` call to the Keras 2 API: `Model(outputs=Tensor("de..., inputs=Tensor("in...)`
  encoder = Model(input=input_layer, output=encoded)
Traceback (most recent call last):
  File "bucketed_differential_deep.py", line 150, in <module>
    row_matrix1 = merge_lcms_replicates(experimental_samples)
  File "bucketed_differential_deep.py", line 110, in merge_lcms_replicates
    scans = [autoencoder.process_lcms_scan(lcms_directory, scan) for scan in samples]
  File "/Users/curt/20n/act/reachables/src/main/python/DeepLearningLcmsPeak/bucketed_peaks/modules/lcms_autoencoder.py", line 123, in process_lcms_scan
    "was {}".format(scan_file_name)
AssertionError: This module only processes MS1 data which should always have a file ending of '01'.  Your supplied file was lcms_data/WT/wt15.CDF
(20n) curt@DN2lk5k46:~/20n/act/reachables/src/main/python/DeepLearningLcmsPeak$

What is the right format for the filenames I want to supply to this code?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.