Description Usage Arguments Details Value Examples
Performs search for GSEs in the gse table and fetches columns of interest, which get appended to the existing data frame. In case a sample belongs to multiple GSEs, the information appears in the same field separated with a special character.
1 | .appendGSEColumns(df, gse_columns)
|
df |
Data frame with series_id column containing GSEs; gsm column is also required for join purposes |
gse_columns |
Character vector with names of GSE columns to be appended |
NOTE: pubmed_id column (in gse table from the database generated by GEOmetadb) appears to only contain approximately 20 from the online version of GEO (the rest has missing pubmed_ids)
Data frame with appended gse columns (they will be named with a prepended 'GSE_')
1 2 | # .appendGSEColumns(df, "pubmed_id") # Append only pubmed_id column
# .appendGSEColumns(df, "*") # Append all available columns from gse
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.