flowWorkspace | This package is designed to store , query and visualize
kandi X-RAY | flowWorkspace Summary
kandi X-RAY | flowWorkspace Summary
This package is designed to store, query and visualize the hierarchical gated flow data. It also facilitates the comparison of automated gating methods against manual gating by. importing basic flowJo workspaces into R and replicate the gating from flowJo using the flowCore functionality. Gating hierarchies,. groups of samples, compensation, and transformation are performed so that the output matches the flowJo analysis.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of flowWorkspace
flowWorkspace Key Features
flowWorkspace Examples and Code Snippets
library(flowWorkspace)
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 = "
# First, install it from bionconductor so that it will pull all the dependent packages automatically
library(BiocInstalller)
bicLite(flowWorkspace) # may be older
# Then, install the latest version from github using devtools package
install.packages
Community Discussions
Trending Discussions on flowWorkspace
QUESTION
I am trying to install the package flowDensity when building a docker container using the latest bioconductor image release_core2. I receive the following error:
ERROR: dependencies ‘rgeos’, ‘flowWorkspace’ are not available for package ‘flowDensity’
I could fix the first one by adding apt-get install libgeos-dev
to the dockerfile. However, the second one is more tricky. It comes down to the package RProtoBufLib, which is a dependency for cytolib and hence for flowWorkspace. I receive the following error when installing RProtoBufLib:
ANSWER
Answered 2017-Nov-15 at 16:36I've recreated your issue on my local environment. The problem is that you don't have automake, autoconf and libtoolize installed.
These are my install.R
and Dockerfile
script.
install.R:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install flowWorkspace
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page