tidy_analyzed_dataset: Tidy raw analyzed dataset results

View source: R/analyze_dataset.R

tidy_analyzed_datasetR Documentation

Tidy raw analyzed dataset results

Description

Rearrange pairs of sample summary / sample data objects into a single summary cross-sample data frame and a list of detailed per-sample data frames.

Usage

tidy_analyzed_dataset(dataset, raw_results)

Arguments

dataset

data frame of sample details as produced by prepare_dataset.

raw_results

list of pairs of sample summary and sample data data frames (from summarize_sample) and analyze_seqs).

Value

list of results, with summary set to the single summary data frame and data the per-sample data frames.


ShawHahnLab/chiimp documentation built on Aug. 20, 2023, 1:41 a.m.