mark_nucleus {tissue} R Documentation

extract the possible nucleus pixel points from the image

Description

Usage

mark_nucleus(tissue,
    nucleus = ['#903ab5','#8826b1','#9026ae','#c23ec5'],
    tolerance = 13);

Arguments

tissue

the H&E stain image. [as Image]

nucleus

the target color of the nucleus

env

[as Environment]

Details

Authors

BioNovoGene

Value

a dataframe object that contains the nucleus pixel location result, this result dataframe object contains at least two data fields: x and y. such geometry pixel position could be used for the downstream data analysis pipeline.

clr value class

Examples


[Package tissue version 1.0.0.0 Index]