Append sample count rows to a NIPTmer reference count table
Usage
niptmer_bind_count_table(reference_table, sample_rows, out_file = NULL)
Arguments
- reference_table
Reference count table as a data.frame or TSV path.
- sample_rows
Sample count rows as a data.frame or TSV path.
- out_file
Optional output TSV path.
Value
Combined count table with reference rows followed by sample_rows.