Code Monkey home page Code Monkey logo

biof309_fall2018's People

Contributors

greenkidneybean avatar marskar 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

biof309_fall2018's Issues

Uploading my project files to GitHub repo

I am trying to upload my files to a new GitHub repo (or an old one, I don't really care). All of my online searching through JetBrains documentation says to click on the "Local Changes" tab, then commit and push" but I do not have that "Local Changes" tab available to me.

I expect that the "Local Changes" tab is only present if you initially opened the project from a pre-made GitHub repo with intent to edit the files then push them back. I, however, started the project on my computer, and now want to upload all my files to a repo on GitHub. Do you have any quick advice? I know we did this in an early class I could probably just go back and watch that again.

I am able to "commit" the files by pressing a green check mark at the top right of my PyCharm screen, but do not know how to push them.

I have tried this tutorial "https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/" in the terminal in PyCharm with little avail. Any suggestions.

html file

I don't know how to open the slide.html file as slides in github.

Maybe I am writing wrong how to integrate the pictures to the text because I can't see them.

#1. Downloading the datasets

Once you arrived at the site, you are going to search for the things that you would like to study. For instance, you can write in the search breast cancer and all the data available that used breast cancer will show up.

As an example I will be using three datasets of RNA-seq expression of lung epithelial and mesenchymal cells at different embryonic stage:

*GSM2319567 (lung 9.5 embryo expression)

*GSM3027039 (lung 10.5 embryo expression)

*GSM3027047 (lung 11.5 embryo expression)

To download the data you can go to end and dowload the series matrix. GSE files are the one that contain the data to be analyzed and GPL files contain the annotation. When working with your own questions I recommend downloading both to help you know what mRNA data you are analyzing.

I am going to include the steps to download one of the datasets and save this data to help you find the data when the files are added as a supplement information instead of a series matrix.

-Look on this data on the search bar

-In the bottom of the pages sometimes are instruction that will help you find the data. As you see in the instruction "Raw data are available in SRA"

Finding the data step one

-Now, find your dataset!

Finding the data step two

-Downloading the datasets

Finding the data step three

-Final step

Finding the data last step

You have your data. Now what?

-You need to filter the data either in Excel or python to facilitates its use.

Problem Uploading Files to Repo

I am in my BIOF309/datacamp-certificates-ajk5mq repo but I do not see the option to clone this repo into my pycharm. I would like to add a readme file and my pdf files of my certificates into my repo. What should I do?

screen shot 2018-12-10 at 10 54 07 am

Converting Jupyter Markdown into slides

For some reason we are having trouble converting our markdown file in Juypter to slides.

I did View → Cell Toolbar → Slideshow

Then I selected the ones to be slides and then I typed into my terminal:

jupyter nbconvert Jupyter\ Slides.ipynb --to slides --post serve

However I then received this message:
capture

I cannot seem to convert the slides.

Saving my repo to the repo of the class

Hi Martin,

Since I was a little behind I have been trying to work as fast as I can to finish before you start grading. Maybe I miss it. I am not sure if we are supposed to create the repo in our own account or one from the class. If is the latter, how exactly do I do that?

Thanks,
Shaimar

group-project-ajk | slides.html issue

Could you help me fix my link to my slides from my readme? I am able to access an interactive presentation from pycharm, but I am unable to do so using my readme link.

pdf loading

code is incorporated into slides but some pdfs of figures are not displaying in slides

Unused import message

So I updated to the latest version of pycharm (3.1) last evening and I’m not sure if I did something wrong or not, but each import that I now enter in my file receives an annotation stating that it is an unused import. For instance, when I import pandas as pd, the entire line of code is greyed out with the unused import statement attached. I tried googling I information regarding this, but found it to be a bit unclear. Have you ever encountered something like this?

Error when running cox proportional hazard model

When running the following code, I run into the following error: RuntimeWarning: divide by zero encountered in true_divide

Code:

outcome = df_merged8.iloc[:, -1]
predictors = df_merged8.iloc[:, 2:-1]

vars_as_str = str(list(predictors.columns)[:25]).replace("'","").replace('[', '').replace(']','').replace(',', ' +')

cox_model = smf.phreg("PERMTH_INT ~ " + vars_as_str, predictors, status=outcome, ties="efron")
results = cox_model.fit()
results.summary()

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.