View source: R/get_overlap_samples.R
get_overlap_depths | R Documentation |
This function makes it easy to see which samples in the input file have
overlapping sample depths. It may be used if the
tapas::check_pretreat()
function flags a warning for the presence of
overlapping sample depths.
get_overlap_depths(series)
series |
The input data frame. A matrix with the following columns:
|
The function checks if any CmBot[i] > CmTop[i+1]
. If TRUE
,
a data.frame with the overalpping samples is returned.
A data frame including only the rows of the overlapping samples sorted in ascending order by depth. The rownames are inherited from the input data.frame, and mya thus help finding the flagged samples in raw data files.
Walter Finsinger
check_pretreat()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.