Convert Flowframe to matrix
1
0
Entering edit mode
apurva • 0
@apurva-21041
Last seen 4.9 years ago

Hello,

I have read a FCS file using the flowCore package and for my further analysis need to convert this flow frame to a matrix. But I am getting this error. Error in as.vector(data) : no method for coercing this S4 class to a vector Can someone help me convert a flowframe to matrix?

flowcore fcs flow cytommetry matrix conversion • 2.0k views
ADD COMMENT
3
Entering edit mode
Jake Wagner ▴ 310
@jake-wagner-19995
Last seen 3.5 years ago

Do you just want the matrix of the measured intensities? If so then the exprs method will extract that slot. So, if fr is your flowframe, exprs(fr).

ADD COMMENT

Login before adding your answer.

Traffic: 815 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