Description Usage Arguments Details Value Author(s) See Also Examples
Collect cell features from a given set of cells.
1 | collectCellFeatures(x, uname, spot=NULL, id=NULL, access='cache')
|
x |
An imageHTS object. |
uname |
a character vector, containing the well names from where to
collect the cell features. See |
spot |
An optional numeric vector indicating the spots from where to
collect the cell features. If missing, all spots are considered. The
length of the vector must be the same as |
id |
An optional numeric vector indicating the cell ids. If
missing, all cells are considered. The length of the vector must be
the same as |
access |
A character string indicating how to access the
data. Valid values are |
Contrary to readHTS
, collectCellFeatures
collects cell
features through multiple wells. Output data frame contains the columns
uname
, spot
and id
.
A data frame containing the cell features.
Gregoire Pau, gregoire.pau@embl.de, 2010
1 2 | ## see extractFeatures for an example of collectCellFeatures
## example(extractFeatures)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.