Description Usage Arguments Value
View source: R/remove_probes.R
Remove promiscuous probes that map to different reference ids (usually gene symbols).
1 | remove_probes(fdata, probe_col, ref_col = "hgnc_symbol")
|
fdata |
Feature data (dataframe) with unique rows. The output of get_annotation() function |
probe_col |
Probe column name in fdata dataframe |
ref_col |
Column name of reference id to be counted for each probe. |
ExpressionSet object with filtered assayData slot for promiscous probes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.