Measure Median Fluorescence Intensity in openCyto
2
0
Entering edit mode
justinyi10 ▴ 10
@justinyi10-13409
Last seen 6.7 years ago

I am using openCyto to gate CD markers, but instead of returning counts (using getPopStats function) I was wondering if there is a way to return the Median Fluorescence Intensity (MFI) for each sample in my gating set.

opencyto • 1.9k views
ADD COMMENT
1
Entering edit mode
Jiang, Mike ★ 1.3k
@jiang-mike-4886
Last seen 2.6 years ago
(Private Address)

You can use cytoUtils

devtools::install_github("RGLab/cytoUtils")

getStats(gs, nodes, type = pop.MFI)

See https://github.com/RGLab/cytoUtils/issues/1

ADD COMMENT
0
Entering edit mode

cytoUtils is dependent on RProtoBufLib but RProtoBufLib is not available for R 3.4.1. Therefore I am unable to install cytoUtils, as I am hit with an error (see below). What should I do?

ERROR: dependency ‘RProtoBufLib’ is not available for package ‘cytoUtils’
* removing ‘/Library/Frameworks/R.framework/Versions/3.4/Resources/library/cytoUtils’
Installation failed: Command failed (1)

ADD REPLY
0
Entering edit mode
Jiang, Mike ★ 1.3k
@jiang-mike-4886
Last seen 2.6 years ago
(Private Address)

install RProtoBufLib from github the same way

ADD COMMENT
0
Entering edit mode

I get a 404 Not Found error when using the command shown below. I notice that the url is (https://api.github.com/repos/RGLab/RProtoBufLib/zipball/master). Is there a way to change the url so that the branch is 'trunk' and not 'master'

devtools::install_github("RGLab/RProtoBufLib")

ADD REPLY
0
Entering edit mode

typing ?install_github

ADD REPLY

Login before adding your answer.

Traffic: 623 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6