Description Usage Arguments Value See Also
View source: R/data_handling.R
Imports .csv-files generated by QuantaSoft.
1 2 3 4 5 6 7 8 | import_QS_files(
paths,
Ch1_is_mutation = TRUE,
annotations = NULL,
sample_annotations = NULL,
merge_wells = "none",
merge_files = FALSE
)
|
paths |
Character vector. Specifies which files and/or directories to
load. For directories all |
Ch1_is_mutation |
Logical. Control if Ch1 is used to measure presence of mutant DNA (and Ch2 for wild type DNA). If this is FALSE Ch2 is used instead (and Ch1 for wild type). |
annotations |
Named list or |
sample_annotations |
|
merge_wells |
String. Controls if wells from the same sample ("Sample") should be merged within a dataset (file). There are 4 options:
Default if "none". |
merge_files |
Logical. If this and |
A data.frame
with the columns:
FileName: |
Name of the file imported. |
Well: |
Well identifier. |
Sample: |
Sample name from QuantaSoft. |
Ch1TargetType: |
The target type for channel 1. |
Ch2TargetType: |
The target type for channel 2. |
Target: |
Target name from QuantaSoft. |
MutantOnlyDroplets: |
The count of mutant only droplets. |
WildtypeOnlyDroplets: |
The count of wild type only droplets. |
DoubleNegativeDroplets: |
The count of double negative droplets. |
DoublePositiveDroplets: |
The count of double positive droplets. |
TotalDroplets: |
The total number of droplets. |
MergedWells: |
If |
NumberOfMergedWells: |
The number of wells merged. |
train_simple_ddpcr_model
, test_tumor_sample_simple
train_integrated_ddpcr_model
, test_tumor_sample_integrated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.