I am interested in what a certain gene’s overexpression means in terms of cancer patient survival. A standard way of visualizing this sort of data is using Kaplan-Meier curves, as shown below. But I really wanted an overview of many …
Tag: R
Generating an article network using rentrez and igraph in R
One thing I often find myself trying to do is to read up on relevant literature within a new field. Often it’s difficult to identify seminal papers as a new-comer, so I’ve often wondered if there would be a way …
Kombineret boxplot og beeswarm grafer i R
Her den anden dag ville jeg gerne lave en såkaldt boxplot graf for at fremstille lidt data. Her er hvad jeg endte med: Hvordan laver man nu det? Jeg har før leget med open-source programmet R. Det er gratis og …