[BioC] flowStats's warping function problem
Chao-Jen Wong
cwon2 at fhcrc.org
Mon Oct 12 23:06:55 CEST 2009
Hi, Josef,
As for the second issue that you mentioned (below), since warpSet itself
returns a flowSet object, it makes sense warpSet(original,
"FL1-H")$flowset would return NULL (see the value section in warpSet's
man page). The correct way is to get the resulting flowSet object is:
obj <- warpSet(original, "FL1-H")
str(obj)
To view the result, do
densityplot(~`FL1-H`, original)
Sorry for the delay of my response.
Cheers,
Chao-Jen
>>>
>>>
>>> Issue 2, no error but returns NULL:
>>> > warpSet(original, "FL1-H")$flowset
>>> Estimating landmarks for channel FL1-H ...
>>> Registering curves for parameter FL1-H ...
>>> NULL
>>> >
--
Chao-Jen Wong
Program in Computational Biology
Division of Public Health Sciences
Fred Hutchinson Cancer Research Center
1100 Fairview Avenue N., M2-B876
PO Box 19024
Seattle, WA 98109
206.667.4485
cwon2 at fhcrc.org
More information about the Bioconductor
mailing list