View source: R/FilterData.PPS.R
FilterData.PPS | R Documentation |
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
FilterData.PPS(dataset, threshold)
dataset |
Target dataset to be filtered (in infinite sites format) |
threshold |
Maximum number of mutations used to filter loci |
library(Rcpp)
library(ThetaMater)
library(MCMCpack)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.