Skip to content

Instantly share code, notes, and snippets.

View kevinrue's full-sized avatar
:octocat:
Computational biology, software development, and R package development

Kevin Rue-Albrecht kevinrue

:octocat:
Computational biology, software development, and R package development
View GitHub Profile
@kevinrue
kevinrue / iSEE_launcher.R
Created February 2, 2020 08:56 — forked from LTLA/iSEE_launcher.R
iSEE launching from link
############# The usual ################
library(scRNAseq)
# Example data ----
sce <- ReprocessedAllenData(assays="tophat_counts")
class(sce)
library(scater)
sce <- logNormCounts(sce, exprs_values="tophat_counts")