Description Usage Arguments Details Value Examples
View source: R/test_functions.R
Given a space-separated list of Affymetrix probe IDs, return
the PFAM and SYMBOL names. Uses hgu95av2.db
and the
select
method from the AnnotationDbi
package.
1 2 3 4 | probeLookup(probe_ids=GalaxyCharacterParam(
required=TRUE,
testValues="1002_f_at 1003_s_at"),
outputfile=GalaxyOutput("probeLookup", "csv"))
|
probe_ids |
A space-separated list of Affymetrix probe IDs. |
outputfile |
The name of a .csv file where the returned output is to be written. |
Given one or more Affymetrix probe IDs separated by spaces,
this function will return the PFAM and SYMBOL names associated
with them in human. The function uses the hgu95av2.db
package and the select
function in AnnotationDbi
.
invisible(NULL)
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.