FilterData.PPS: FilterData.PPS: function to filter data using a threshold...

View source: R/FilterData.PPS.R

FilterData.PPSR Documentation

FilterData.PPS: function to filter data using a threshold provided by ThetaMater.PPS

Description

This function filters a given dataset using a threshold of mutaiton counts. All loci with mutation acounts above this threshold will be removed from analysis

Usage

FilterData.PPS(dataset, threshold)

Arguments

dataset

Target dataset to be filtered (in infinite sites format)

threshold

Maximum number of mutations used to filter loci

Examples

library(Rcpp)
library(ThetaMater)
library(MCMCpack)

radamsRHA/ThetaMater documentation built on April 25, 2024, 10:11 a.m.