H.MC.wrapper {BIGDAWG}R Documentation

Haplotype Wrapper for Multicore

Description

Wrapper for main H function

Usage

H.MC.wrapper(
  SID,
  Tabsub,
  loci,
  loci.ColNames,
  genos,
  grp,
  All.Pairwise,
  Strict.Bin,
  Output,
  Verbose,
  Cores
)

Arguments

SID

Character vector of subject IDs.

Tabsub

Data frame of genotype calls for set being analyzed.

loci

Character vector of unique loci being analyzed.

loci.ColNames

Character vector of genos column names.

genos

The genotype columns of the loci set being analyzed.

grp

Case/Control or Phenotype groupings.

All.Pairwise

Haplotype argument carryover from main BIGDAWG function

Strict.Bin

Logical specify if strict rare cell binning should be used in ChiSq test

Output

Data return carryover from main BIGDAWG function

Verbose

Summary display carryover from main BIGDAWG function

Cores

Cores carryover from main BIGDAWG function

Note

This function is for internal BIGDAWG use only.


[Package BIGDAWG version 3.0.3 Index]