On 02/17/2015 11:25 PM, Samuel GRANJEAUD IR/INSERM wrote:
Hi Mike,
Is it also easy to convert them as a flowSet object in order to use description, spill and all others functions that apply to complete FCS stuff?
Best regards,
Samuel
On 17-02-2015 22:55, Mike wrote:
it is currently returning a list of named character vectors, it is
trivial to convert them to lists simply by,
lapply(files, function(file)as.list(read.FCSheader(file)[[1]]))
We can certainly consider to implement it within the API if you would
post a feature request on https://github.com/RGLab/flowCore [1].
Thanks,
Mike
On 02/12/2015 12:53 AM, Samuel Granjeaud wrote:
Hi,
read.FCSheader does not return an object that may be passed to
fsApply or keyword. IMHO this should be interesting, because it
would avoid rewriting functions to access to header data. Of course,
I am currently using a workaround, but it makes less sense:
read.flowSet(fileList$file, transformation = NULL, which.lines =
1L)
Best reagrds,
Samuel
Links:
------
[1] https://github.com/RGLab/flowCore