View source: R/02_annotate_fluorescence_table.R
annotate_fluorescence_table | R Documentation |
Adds probe information to a table of fluorescence data from a CoRec experiment.
annotate_fluorescence_table(
fluorescence_table,
fluorescence_columns,
annotation,
output_file = NULL
)
fluorescence_table |
|
fluorescence_columns |
|
annotation |
|
output_file |
|
The fluorescence data table must have a column named probe_id
. The
remaining column names must match the names listed in fluorescence_columns
.
Any additional columns will be dropped.
See hTF_v1_annotation for a description of the expected columns of the annotation table. Any additional columns will be dropped.
The IDs in the probe_id
column in the annotation table must match the IDs
in the probe_id
column of the fluorescence table. IDs that are present in
the annotation table but not the fluorescence table will be dropped silently.
IDs that are present in the fluorescence table but not the annotation table
will be dropped with a warning.
A data frame of fluorescence values and the corresponding probe information. See hTF_v1_annotation for a description of the probe annotation columns.
hTF_v1_annotation for a description of the probe annotation columns.
print("FILL THIS IN")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.