extract_scan_date | R Documentation |
Extracts date of scanning from original array files (e.g. CEL for Affymetrix and idat for Illumina arrays).
extract_scan_date(
se,
col.sample.id = "geo_accession",
temp.dir = tempdir(),
tryFormats = c("%Y-%m-%d", "%Y/%m/%d", "%m/%d/%Y", "%m/%d/%y",
"%m-%d-%Y", "%d-%b-%Y")
)
se |
|
col.sample.id |
Character or integer vector. Column in colData() with sample information. |
temp.dir |
Character. Destination directory to downloaded array files. |
tryFormats |
Character vector. Format strings for date to try. |
RangedSummarizedExperiment-class
object with scan date added as column scan.date in colData.
data("se.probeset")
se.probeset = extract_scan_date(se = se.probeset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.