npbin_preprocess_counts: Preprocess allele count data

Description Usage Arguments Details Value See Also

View source: R/preprocess.R

Description

Perform preprocessing steps to prepare data for NPBin analysis

Usage

1
2
npbin_preprocess_counts(data_frame, chr_index = 1, location_index = 2,
  total_index = 3, ref_count_index = 4)

Arguments

data_frame

A data frame containing at least the four required fields

chr_index

Index of the chromosome field

chr_index

Index of the location field

chr_index

Index of the total read count field

chr_index

Index of the reference allele count field

Details

This function extracts the required fields from the input data and returns a data frame formatted for NPBin analysis.

Value

A data frame

See Also

logical_to_winning_chip, npbin_preprocess_file


anthony-aylward/npbin documentation built on Aug. 22, 2019, 8:08 a.m.