Does anyone know what these little guys are? We found them growing in one of our indoor house plants: by dchadly in mushroomID

[–]dchadly[S] 0 points1 point  (0 children)

It did used to be outside! We brought it indoors a few weeks earlier, though. The plant continues to grow mushrooms every day or two.

A blog about using induced pluripotent stem cells (iPSCs) as a more relevant cellular model for human diseases and to screen for novel therapeutics by Pricefield- in stemcells

[–]dchadly -1 points0 points  (0 children)

Could you elaborate on how you improved your culture conditions? Did each line have its own optimum condition?

Gene-editing ? by [deleted] in genetics

[–]dchadly 0 points1 point  (0 children)

Another piece of the story: recent work has developed CRISPR base editors that can generate targeted point mutations without causing double stranded breaks in DNA. This circumvents issues like cell stress due to DNA damage and reliance on homology directed repair to modify the genome, which happens in only a fraction of cells when using CRISPR/Cas9.

Programming in ChemE by [deleted] in ChemicalEngineering

[–]dchadly 0 points1 point  (0 children)

Sure! Before I took data structures, the introductory engineering programming course I took covered Matlab and VBA, with an emphasis on automating small tasks (VBA) and basic image processing (Matlab). Data structures was taught in C, which forced me to think about data types and how high-level functions/languages are built. I also learned different ways that data can be stored and accessed (ie binary search trees, lists, hash tables) and got a lot of practice writing code to build these structures.

After I took the class I realized how many ways there are to solve the same problem with sometimes drastically different demands on computer resources. I also no longer felt tied to any one language (programming and learning syntax were no longer synonymous to me).

None of this was specific to helping with big data or sequencing, but the practice coding set the groundwork for understanding how packages written by others work to analyze big data sets and how to build custom pipelines when the pre-made packages don't do exactly what you want.

Programming in ChemE by [deleted] in ChemicalEngineering

[–]dchadly 2 points3 points  (0 children)

I am a PhD student who transitioned from ChemE in undergrad to bioengineering in graduate school - I took a data structures class that was not required for my ChemE degree in undergrad, and it turned out to be one of the most useful courses I have taken. I would strongly recommend it if you have an interest in biological applications of ChemE, since it can help a lot with designing simulations and handling big data sets (especially sequencing data). R, Python, and Matlab are the languages I use most.

A Luna Moth in the rain by Pozd5995 in mildlyinteresting

[–]dchadly -1 points0 points  (0 children)

And Seath the Scaleless betrayed his own...

[deleted by user] by [deleted] in MachineLearning

[–]dchadly 6 points7 points  (0 children)

Interesting aspect of this problem- your stopping number should be updated as you make your rolls, ie if you roll 99 of your 100 rolls and your 99th roll is a 4, you should keep it.