fromProbesetToGeneSymbol {easyDifferentialGeneCoexpression}R Documentation

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
)

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

Value

a gene symbol as string


[Package easyDifferentialGeneCoexpression version 1.4 Index]