MarioniLab / scran

Clone of the Bioconductor repository for the scran package.
https://bioconductor.org/packages/devel/bioc/html/scran.html
40 stars 22 forks source link

Streamline DE machinery #42

Closed LTLA closed 5 years ago

LTLA commented 5 years ago
LTLA commented 5 years ago

Don't forget to add a lfc= option for pairwiseWilcox(); this could probably be co-opted from tol=.

kevinrue commented 5 years ago
markers.pbmc.up <- findMarkers(sce.pbmc, sce.pbmc$cluster, direction="up", log.p=TRUE)
x <- DataFrame(
  row.names = rownames(sce.pbmc),
  lapply(markers.pbmc.up, "[[", i="log.FDR")
  )