computeNormalizationFactors: Generate normalization factors

View source: R/NanoStringGeoMxSet-normalize.R

computeNormalizationFactorsR Documentation

Generate normalization factors

Description

For use with protein data ONLY.

Generate normalization factors for protein data to determine the best normalization method

Usage

computeNormalizationFactors(
  object,
  igg.names = NULL,
  hk.names = NULL,
  area = NULL,
  nuclei = NULL
)

Arguments

object

name of the object class to subset

  1. NanoStringGeoMxSet, use the NanoStringGeoMxSet class

igg.names

names of IgGs, if NULL IgGs will be detected automatically

hk.names

names of HK, if NULL HK will be detected automatically

area

name of area column in annotation sheet, optional

nuclei

name of nuclei column in annotation sheet, optional

Examples

proteinData <- readRDS(file= system.file("extdata","DSP_Proteogenomics_Example_Data", 
"proteinData.rds", package = "GeomxTools"))

normfactors <- computeNormalizationFactors(object = proteinData)

normfactors_withAreaNuclei <- computeNormalizationFactors(object = proteinData,
area = "AOI.Size.um2", nuclei = "Nuclei.Counts")


Nanostring-Biostats/GeomxTools documentation built on April 14, 2024, 1:25 a.m.