get_eptr_stats {demic}R Documentation

Generate a variety of stats on PTR estimates for a given dataset

Description

Generate a variety of stats on PTR estimates for a given dataset

Usage

get_eptr_stats(X, iterations = 30)

Arguments

X

cov3 dataframe

iterations

number of iterations to run

Value

named list of stats on PTR estimates

Examples

stats <- get_eptr_stats(max_bin_001[max_bin_001$sample %in% c('Akk0_001', 'Akk1_001'), ], 2)
stats


[Package demic version 2.0.0 Index]