View source: R/utility-functions.R
set_matrix_file_suffixes | R Documentation |
The function automatically produces and sets a look-up table of matrix file suffixes based on user input.
set_matrix_file_suffixes(
quantification_suffix = list(seqCount = "seqCount", fragmentEstimate =
"fragmentEstimate", barcodeCount = "barcodeCount", cellCount = "cellCount", ShsCount
= "ShsCount"),
annotation_suffix = list(annotated = ".no0.annotated", not_annotated = ""),
file_ext = "tsv.gz",
glue_file_spec = "{quantification_suffix}_matrix{annotation_suffix}.{file_ext}"
)
quantification_suffix |
A named list - names must be quantification
types in |
annotation_suffix |
A named list - names must be |
file_ext |
The file extension (e.g. |
glue_file_spec |
A string specifying the pattern used to form the
entire suffix, as per |
NULL
Other dynamic vars:
inspect_tags()
,
mandatory_IS_vars()
,
pcr_id_column()
,
reset_mandatory_IS_vars()
,
set_mandatory_IS_vars()
set_matrix_file_suffixes(
quantification_suffix = list(
seqCount = "sc",
fragmentEstimate = "fe",
barcodeCount = "barcodeCount",
cellCount = "cellCount",
ShsCount = "ShsCount"
),
annotation_suffix = list(annotated = "annot", not_annotated = "")
)
matrix_file_suffixes()
reset_matrix_file_suffixes()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.