[BioC] Extract raw numerical data from a flowframe?

Nolwenn LeMeur nlemeur at fhcrc.org
Sat Aug 11 20:21:19 CEST 2007


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
>  
>



More information about the Bioconductor mailing list