R/get_customize_landmark.R
get_customize_landmark.Rd
This function will launch a shiny app allowing the user to set the location of peaks and valleys manually. The function will output the landmark positions that the user has set.
get_customize_landmark(
cell_x_adt_sample,
landmark_pos,
bw,
adt_marker_select_name,
brewer_palettes = "Set1"
)
Matrix of ADT counts of the selected marker, with columns of sample and batch information for each row of cells.
Matrix of landmark location including peaks and valleys.
Bandwidth for the density plot.
The ADT marker needed to be manually processed to set the landmarks.
Set the color scheme of the color brewer. The default is "Set1".
if (FALSE) {
get_customize_landmark(
cell_x_adt_sample,
landmark_pos,
bw,
adt_marker_select_name,
brewer_palettes = "Set1"
)}