Skip to content

Identify ordering effect genes in single cell RNA-seq data

Notifications You must be signed in to change notification settings

lengning/OEFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 17, 2016
bb7e122 · Mar 17, 2016

History

50 Commits
Jul 24, 2015
Mar 17, 2016
Dec 16, 2015
Aug 26, 2015
Mar 17, 2016
Mar 8, 2016
Mar 17, 2016
Dec 2, 2015

Repository files navigation

OEFinder

OEFinder has two Graphical user interface (GUI) impelmentations, using R/shiny package and R/RGtk2 package, respectively. Details of the RGtk2 implementation may be found in the OEFinderGtk folder.

OEFinder shiny impelemention depends on packages shiny, shinyFiles, gdata, and EBSeq. To install these packages, open R and run:

install.packages('shiny')
install.packages('gdata')
install.packages('shinyFiles')
source("http://bioconductor.org/biocLite.R")
biocLite("EBSeq")

To run OEFinder shiny implementation, open R and type:

runGitHub("OEFinder","lengning")

Or download the zip file, open R and type:

runApp("YOUR_PATH/OEFinder_Shiny")

YOUR_PATH is the directory that contains the unzipped OEFindershiny_0.0.2 folder.

Screenshot

About

Identify ordering effect genes in single cell RNA-seq data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages