Hello, this is my first time to process microarray data, I don't even know what my data means. The data has too many columns to post here, I just show all colnames:
> colnames(df)
[1] "FEATURES" "FeatureNum"
[3] "Row" "Col"
[5] "chr_coord" "SubTypeMask"
[7] "SubTypeName" "Start"
[9] "Sequence" "ProbeUID"
[11] "ControlType" "ProbeName"
[13] "GeneName" "SystematicName"
[15] "Description" "PositionX"
[17] "PositionY" "gSurrogateUsed"
[19] "gIsFound" "gProcessedSignal"
[21] "gProcessedSigError" "gNumPixOLHi"
[23] "gNumPixOLLo" "gNumPix"
[25] "gMeanSignal" "gMedianSignal"
[27] "gPixSDev" "gPixNormIQR"
[29] "gBGNumPix" "gBGMeanSignal"
[31] "gBGMedianSignal" "gBGPixSDev"
[33] "gBGPixNormIQR" "gNumSatPix"
[35] "gIsSaturated" "gIsFeatNonUnifOL"
[37] "gIsBGNonUnifOL" "gIsFeatPopnOL"
[39] "gIsBGPopnOL" "IsManualFlag"
[41] "gBGSubSignal" "gBGSubSigError"
[43] "gIsPosAndSignif" "gPValFeatEqBG"
[45] "gNumBGUsed" "gIsWellAboveBG"
[47] "gBGUsed" "gBGSDUsed"
[49] "ErrorModel" "gSpatialDetrendIsInFilteredSet"
[51] "gSpatialDetrendSurfaceValue" "SpotExtentX"
[53] "SpotExtentY" "gNetSignal"
[55] "gMultDetrendSignal" "gProcessedBackground"
[57] "gProcessedBkngError" "IsUsedBGAdjust"
[59] "gInterpolatedNegCtrlSub" "gIsInNegCtrlRange"
[61] "gIsUsedInMD"
This seems like Agilent microarray data, I want to know how to process to get expression matrix
? Any R
package may be useful here? Thanks!
Also see https://f1000research.com/articles/5-1384/v2 for inspiration.
Kevin Blighe Hi, wondering if this is within-array normalization or between-array normalization? if it is within-array normalization, how can we do between-array normalization? Thank you.