View source: R/quantsf_to_dt.R
quantsf_to_dt | R Documentation |
Joins individual sample files into one tsv file.
quantsf_to_dt(
input_file_paths,
counts_or_tpm = "counts",
readme_path = NULL,
sample_key = "Run_ID",
this_script_path = ""
)
input_file_paths |
Named character vector of paths to the pipeline output data. Samples will be named by the names of the vector. If not named the will be named after the quant file. |
counts_or_tpm |
'counts' or 'tpm' |
readme_path |
Optional path to which the comments will be appended. |
sample_key |
String to name the sample identifier column. |
this_script_path |
Path to script that runs this function for documentation purposes |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ quantsf_to_dt ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A vector of paths to the output file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.