read_in_data: Read in Sequence Data

Description Usage Arguments Value Examples

Description

This function reads in appropriate sequence data from a give directory. It returns a list object that has the paths to all the samples and sample names.

Usage

1

Arguments

path

string with path to samples

Value

list with three elements: forward, reverse, and samples

Examples

1
2
path_to_samples <- "~/Samples/"
sample_paths <- read_in_data(path_to_samples)

erictleung/dada2HPCPipe documentation built on May 10, 2019, 1:19 p.m.