write_legend_sheet: Write an initial sheet describing what to expect in the rest...

Description Usage Arguments

View source: R/write_matrices.r

Description

Write an initial sheet describing what to expect in the rest of the workbook.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
write_legend_sheet(
  wb,
  sheet = "legend",
  min_reads = NULL,
  min_indexes = NULL,
  min_sequencer = 10,
  min_position = NULL,
  max_position = NULL,
  max_mutations_per_read = NULL,
  prune_n = NULL
)

Arguments

wb

Workbook to write

sheet

Worksheet to write

min_reads

Passed down from create_matrices, printed in a table.

min_indexes

Passed down from create_matrices, printed in a table.

min_sequencer

Passed down from create_matrices, printed in a table.

min_position

Passed down from create_matrices, printed in a table.

max_position

Passed down from create_matrices, printed in a table.

max_mutations_per_read

Passed down from create_matrices, printed in a table.

prune_n

Passed down from create_matrices, printed in a table.


abelew/Rerrrt documentation built on Jan. 15, 2022, 8 a.m.