View source: R/easyDifferentialGeneCoexpression.r
probesetRetrieval | R Documentation |
Function that reads a CSV file of probesets or gene symbols and, in the latter case, it retrieves the original probesets
probesetRetrieval(
probesets_or_gene_symbols,
csv_file_name,
platformCode,
verbose = FALSE
)
probesets_or_gene_symbols |
flag saying if we're reading probesets or gene symbols |
csv_file_name |
complete name of CSV file containing the probesets or the gene symbols |
platformCode |
code of the microarray platform for which the probeset-gene symbol mapping should be done |
verbose |
prints all the intermediate message to standard output or not |
a vector of probesets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.