Skip to content

Commit

Permalink
Merge branch 'trunk' of github.com:RGLab/flowWorkspace into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejiang committed Dec 15, 2015
2 parents 2f596e8 + e3ce358 commit af9effc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ bicLite(flowWorkspace) # may be older
# Then, install the latest version from github using devtools package
install.packages("devtools")
library(devtools) #load it
install_github("flowWorkspace","RGLab",branch="master")
install_github("flowWorkspace/RGLab", ref="trunk")

```

### Import flowJo workspace

```r
library(flowWorkspace)
dataDir <- system.file("extdata",package="flowWorkspaceData")
dataDir <- system.file("extdata", package="flowWorkspaceData")
wsfile <- list.files(dataDir, pattern="manual.xml",full=TRUE)
ws <- openWorkspace(wsfile);
gs <- parseWorkspace(ws, path = dataDir, name = 4, subset = "CytoTrol_CytoTrol_1.fcs")
Expand All @@ -48,4 +48,4 @@ plotGate(gh)
### More examples:
* [Importing flowJo Workspaces into R](http://bioconductor.org/packages/3.0/bioc/vignettes/flowWorkspace/inst/doc/flowWorkspace.pdf)
* [How to plot gated data](http://bioconductor.org/packages/3.0/bioc/vignettes/flowWorkspace/inst/doc/plotGate.html)
* [How to merge GatingSets](http://bioconductor.org/packages/3.0/bioc/vignettes/flowWorkspace/inst/doc/HowToMergeGatingSet.html)
* [How to merge GatingSets](http://bioconductor.org/packages/3.0/bioc/vignettes/flowWorkspace/inst/doc/HowToMergeGatingSet.html)

0 comments on commit af9effc

Please sign in to comment.