Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jthomasmock/survival_analysis

Survival Analysis
https://github.com/jthomasmock/survival_analysis

Last synced: about 1 month ago
JSON representation

Survival Analysis

Awesome Lists containing this project

README

        

# Survival Analysis for GCLM

Survival analysis of male/female GCLM wild-type (+/+) or knockout (-/-).

* Censor
* 1 is exact death/event -- natural death or euthanasia as moribund.
* 0 is unnatural death -- accident, tissue collection, wide-spread skin infection

* uid = unique animal id
* cage = animal cage (grouped housing)
* sex
* 0 = Male
* 1 = Female

* gt - genotype, We are excluding heterozygote as not part of our current project
* 0 = wild-type (GCLM+/+)
* 1 = heterozygote (GCLM+/-)
* 2 = full knockout (GCLM-/-)

* Cause of death
* 0 = Natural death
* 1 = Euthanized
* 2 = Accident
* 3 = Collected Tissue

### Goal of project

Determine lifespan differences between GCLM+/+ (wild-type) and GCLM-/- (knockout) male and female mice.

The two files are identical, just one in Rmarkdown and one as a single .r file.