Description Usage Arguments Value Examples
This function deals GPL570 (Affymetrix Human Genome U133 Plus 2.0 Array) RAW.tar file using the robust multi-array average expression measure.
1 | DealGPL570(file, type = "probeIDAndGeneSymbol")
|
file |
a file name specified by either a variable of mode character, or a double-quoted string, which is of 'GSE*_RAW.tar' which is of platform GPL570. |
type |
a character string indicating which type of data frame is to be outputted. One of 'probeIDAndGeneSymbol'(default), 'probeID', or 'geneSymbol'. |
a data frame which is a expression profile.
1 2 3 4 5 6 7 | file <- system.file("extdata", "GSE104683_RAW.tar", package = "DealGPL570")
file
#Next step would run for about 15s, so you can try it yourself or view the vignettes
## Not run:
result <- DealGPL570(file = file)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.