Extract raw numerical data from a flowframe?
1
0
Entering edit mode
M. Jankowski ▴ 160
@m-jankowski-2199
Last seen 9.6 years ago
Hi All, I've been looking for a way to extract the raw numerical data from a flowset. If a flowframe in the flowset, fs, contains a column called 'FSC.H' how would I extract the actual numerical values of 'FSC.H' from the first flowframe and put them into a vector/array? I've tried fs[[1]]$FSC.H and fs[[1]]$'FSC.H' but to no effect. I've looked through the help materials and cannot find an example that does this. Any help is appreciated! Thanks, Matt
• 2.0k views
ADD COMMENT
0
Entering edit mode
@nolwenn-lemeur-1609
Last seen 9.6 years ago
Hi Matt, To access the data in a flowFrame object you have to use the exprs() function: exprs(fs[[1]])[,1] or exprs(fs[[1]])[,"FSC.H"] This method is explained in the vignette but it is true that no example is given. We will fix that. Thanks Nolwenn M. Jankowski wrote: >Hi All, > >I've been looking for a way to extract the raw numerical data from a flowset. > >If a flowframe in the flowset, fs, contains a column called 'FSC.H' >how would I extract the actual numerical values of 'FSC.H' from the >first flowframe and put them into a vector/array? > >I've tried fs[[1]]$FSC.H and fs[[1]]$'FSC.H' but to no effect. > >I've looked through the help materials and cannot find an example that >does this. Any help is appreciated! > >Thanks, >Matt > >_______________________________________________ >Bioconductor mailing list >Bioconductor at stat.math.ethz.ch >https://stat.ethz.ch/mailman/listinfo/bioconductor >Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor > >
ADD COMMENT
0
Entering edit mode
No, thank you! On 8/11/07, Nolwenn LeMeur <nlemeur at="" fhcrc.org=""> wrote: > Hi Matt, > > To access the data in a flowFrame object you have to use the exprs() > function: > exprs(fs[[1]])[,1] > or > exprs(fs[[1]])[,"FSC.H"] > > This method is explained in the vignette but it is true that no example > is given. We will fix that. > > Thanks > Nolwenn > > M. Jankowski wrote: > > >Hi All, > > > >I've been looking for a way to extract the raw numerical data from a flowset. > > > >If a flowframe in the flowset, fs, contains a column called 'FSC.H' > >how would I extract the actual numerical values of 'FSC.H' from the > >first flowframe and put them into a vector/array? > > > >I've tried fs[[1]]$FSC.H and fs[[1]]$'FSC.H' but to no effect. > > > >I've looked through the help materials and cannot find an example that > >does this. Any help is appreciated! > > > >Thanks, > >Matt > > > >_______________________________________________ > >Bioconductor mailing list > >Bioconductor at stat.math.ethz.ch > >https://stat.ethz.ch/mailman/listinfo/bioconductor > >Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor > > > > > >
ADD REPLY

Login before adding your answer.

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