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

Description Usage Arguments Examples

View source: R/FilterData.PPS.R

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

1
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

1
2
3
library(Rcpp)
library(ThetaMater)
library(MCMCpack)

radamsRHA/ThetaMater documentation built on April 5, 2020, 3:19 a.m.