View source: R/utility-functions.R
separate_quant_matrices | R Documentation |
The function separates a single multi-quantification integration matrix, obtained via comparison_matrix, into single quantification matrices as a named list of tibbles.
separate_quant_matrices(
x,
fragmentEstimate = "fragmentEstimate",
seqCount = "seqCount",
barcodeCount = "barcodeCount",
cellCount = "cellCount",
ShsCount = "ShsCount",
key = c(mandatory_IS_vars(), annotation_IS_vars(), "CompleteAmplificationID")
)
x |
Single integration matrix with multiple quantification value columns, obtained via comparison_matrix. |
fragmentEstimate |
Name of the fragment estimate values column in input |
seqCount |
Name of the sequence count values column in input |
barcodeCount |
Name of the barcode count values column in input |
cellCount |
Name of the cell count values column in input |
ShsCount |
Name of the shs count values column in input |
key |
Key columns to perform the joining operation |
A named list of data frames, where names are quantification types
quantification_types
Other Utilities:
as_sparse_matrix()
,
comparison_matrix()
,
enable_progress_bars()
,
export_ISA_settings()
,
generate_Vispa2_launch_AF()
,
generate_blank_association_file()
,
generate_default_folder_structure()
,
import_ISA_settings()
,
transform_columns()
data("integration_matrices", package = "ISAnalytics")
separated <- separate_quant_matrices(
integration_matrices
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.