classify_bin: Classify a bin's sequences into 'src' and 'out'

Description Usage Arguments Value

View source: R/classify_mislabelling.R

Description

Using a specified method, split a bin into a list of two DNAStringSets. One containing the sequences that we believe represents reads of the molecule of interest and the other representing reads that were from a different molecule.

Usage

1
classify_bin(bin, technique = "random", params = list())

Arguments

bin

The input bin as a single DNAStringSet.

technique

A string selecting which technique to use for the classification

params

A list of parameters used by the specific classification techniques

Value

A list with two elements 'src' and 'out'


philliplab/MotifBinner documentation built on Sept. 2, 2020, 11:41 a.m.