Description Usage Arguments Value Author(s) See Also
This generates an BAf object parsing raw file attained directly from the
FLEXMAP3D instrument. The samples with median bead counts lower than 35 are
marked as "failed" in @assay$fail_flag
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | read_FlexMAP3D_csv(
file,
assayid,
sinfo,
bead,
sample_batch_c = "plate",
sbaid,
bead_count_as_failed = 20,
bead_count_alert = 35,
reading_order = 1:nrow(sinfo),
QC_plot = FALSE,
path_QC = "../output/QC",
i_neg_ctrl_sample,
row_var,
col_var
)
|
file |
name of a file from FLEXMAP3D |
assayid |
the assay ID of this sample set and antibody set. |
sinfo |
a |
bead |
a |
sample_batch_c |
the name of sample batch column in the |
sbaid |
optionally, SBA ID of this antibody set can be given here. |
bead_count_as_failed, bead_count_alert |
the cutoff values for bead
count. Labeled in |
reading_order |
the integers in which order the sample has read by FlexMAP3D. This parameter allows to accept the experimental data which is conducted in reverse or random order. |
QC_plot |
if TRUE, some plots for quality check-up are generated like
that of |
path_QC |
where the QC plots will be saved. This is valid only if
|
i_neg_ctrl_sample |
the index of negative control samples such as
|
row_var, col_var |
When these are given, the variable in |
an object of BAf-class
Mun-Gwan Hong <mun-gwan.hong@scilifelab.se>
read_LIMS_SBA_files
parse_FlexMAP3D_csv_2_list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.