remove_snp_conflict {minSNPs}R Documentation

remove_snp_conflic

Description

remove_snp_conflic removes the reads with SNPs conflicts from the result

Usage

remove_snp_conflict(result, count_measure = "n_reads")

Arguments

result

the result from infer_from_combined

count_measure

the column name of the count measure to use for removing the conflicts

Value

a dataframe containing the same columns as the input result with row containing conflicts removed


[Package minSNPs version 0.2.0 Index]