Description Usage Arguments Value Examples
Get the raw HTTr count data by epa_sample_id
1 | getHTTrProbeCounts(epa_sample_id, probe_filter = "av0_10")
|
epa_sample_id |
A valid epa_sample_id (e.g. from searchHTTrChem) |
probe_filter |
removes probes that don't meet minimum requirements mx0_5: probe maximum greater than 5 av0_10: probe average greater than 10 md0_20: probe median greater than 20 |
a named list with two dataframes treatments: all treatment factors (columns) x samples (rows) counts: all probe counts (columns) x samples (rows)
1 | getHTTrProbeCounts('TP0001718N03',probe_filter='av0_100')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.