fromProbesetToGeneSymbol: Function that associates a gene symbol to a probeset for some Affymetrix platforms
Description
Function that associates a gene symbol to a probeset for some Affymetrix platforms
Usage
fromProbesetToGeneSymbol(
thisProbeset,
thisPlatform,
this_platform_ann_df,
verbose = FALSE
)
Value
a gene symbol as string
Arguments
- thisProbeset
probeset in input
- thisPlatform
GEO platform accession code
- this_platform_ann_df
annotation dataframe of the platform
- verbose
prints all the intermediate message to standard output or not