Blog


Enabled Commenting Posts


The blog post now allows comments to be attached via the admin....

Tags: comment

Sets


A signature set is a selection of expression signatures defined for analysis purposes such as Intersections and Meta-Analysis....

Tags: news, content
circles.jpg

Generic vs. Integrated app


A generic app is re-useable across different projects while, an integrated app does the specific templates, model, signal hooking specific to the curr...

Tags: coding, note

Sending Translated Messages


Define a field for holding the language of a user and a get_lang_for_user function, than just: ::

from django.utils import translation

cur_l...

Mixins


The intend of class based-views is that you can subclass to add concrete functionality once, or create a mixin to apply some functionality to several ...


Meta-Analysis


Gene expression profiles need to be categorized and integrated into a common repository, hence Denigma's Expressions.

A meta-analysis signature is co...

meta-analysis-21234514.jpg

Polls


This is the legendary classic Polls app with some enhancements. Here it functions to get a common sense on fundamental questions as well as to vote ab...

Tags: voting, content
weekly_poll.png

Intersections


Comparing gene expression molecular signatures can generate hypothesis which gene expression programs are shared between particular biological process...

iStock_VennDiagram.jpg

MySQL


The most widely employed open source relational database management system (RDBSM) is MySQL (Officially pronounced "My Sequel") which runs as a server...

mysql1.png mysql-logo.jpg

Coding Relational Databases


Relational databases structure data in a formally defined schema from which data can be accessed easily. This type of database is a perfect choice for...

Platform-as-a-Service.jpg