Code Monkey home page Code Monkey logo

human_5utr_modeling's People

Contributors

banwang27 avatar pjsample 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

Watchers

 avatar  avatar  avatar  avatar

human_5utr_modeling's Issues

non-random splitting the data inflated the correlation

modeling/training_MRL_CNN.ipynb

df.sort_values('total_reads', inplace=True, ascending=False)
df.reset_index(inplace=True, drop=True)
df = df.iloc[:280000]
e_test = df.iloc[:20000]
e_train = df.iloc[20000:]

The testing set has the highest 'total reads' values, which is not random splitting the data

If random splitting the data, the R^2 will decrease to ~0.88 (after removing UTRs with low 'total reads' using df = df.iloc[:280000]), or ~0.73 (not removing UTRs with low 'total reads' using df = df.iloc[:280000] )

The GSM3130435_egfp_unmod_1.pkl data

Dear github author:
Recently I am interested in your work,and it is great. I have a problom,is that the .csv data I could find and download,but where is the .pkl data I could find? I am looking forward to your reply.

Best regards.

ask for an input/output example set

Hello,

To help users (me) get how to make effective use of Human_5utr_modeling, could you provide an input/output example set and the associated command line?
It would be really usefull!
Many thanks for any help you can provide me,

Véronique

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.