Category: R

A bug related to R factor

Note a bug in my code today. Sometimes you need to put a certain level (e.g. healthy control) in the first position for your covariance. Here is my old code:dds[[variable]]=factor(dds[[variable]])levels(dds[[variable]])= union(variable_REF,...continue reading.

Using Microsoft365R with Shiny

by Hong Ooi This article is a lightly-edited version of the “Microsoft365R and Shiny” vignette in the latest Microsoft365R release. We describe how to incorporate Microsoft365R and interactive authentication with...continue reading.