Description Usage Format Details Examples
A dataset containing inForm cell segmentation data for a single field.
1 2 3 4 5 |
A data frame with 6072 rows and 199 variables
sample_cell_seg_data
contains the data_table
returned from
read_cell_seg_data(sample_cell_seg_path())
This table shows the stains used, the epitopes they were bound to, and the colors used to show the stains in the composite and phenotype views.
1 2 3 4 5 6 7 8 9 |
The sample cell data includes phenotypes CD8+
(cytotoxic T cell),
CD68+
(macrophage),
FoxP3+
(regulatory T cell), CK+
(tumor), and other
.
sample_cell_seg_path and sample_cell_seg_folder are convenience functions which return the path to the sample cell seg file included in this package, or the folder containing sample cell seg data, respectively.
To see all the files included for this field, use
list.files(sample_cell_seg_folder())
.
For more sample data from this and related samples, see the phenoptrExamples package.
1 2 | dim(sample_cell_seg_data)
table(sample_cell_seg_data$Phenotype)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.