removeExcludedPoints: Remove points from data set that fall inside exclusion...

Description Usage Arguments Value

View source: R/melanoma_spatial.R

Description

Read Halo boundaries annotations file and remove from data set any cells that fall inside those regions

Usage

1
removeExcludedPoints(ds, aFile = NULL, excB = NULL)

Arguments

ds

tibble containing at minimum, Sample, SPOT, UUID, X, Y, Marker, Value

aFile

Halo boundaries annotation file in XML format; if NULL, must provide the list of excluded region tables as returned by cleanBoundaries()

excB

a list of excluded region tables as returned by cleanBoundaries; if NULL, must provide the original Halo annotations file in XML format

Value

tibble filtered to remove points that fall inside exclusion boundaries


caitlinjones/halo documentation built on May 7, 2019, 8 a.m.