QTL_PoissonGamma: QTL_PoissonGamma

Description Usage Arguments

View source: R/QTL_PoissonGamma.R

Description

QTL_PoissonGamma

Usage

1
2
3
QTL_PoissonGamma(pheno, vcf_file, peak_bed, testWindow = 1e+05,
  Chromosome, Range = NULL, Covariates = NULL, maxPsi = 100,
  thread = 1)

Arguments

pheno

The phenotype data matrix. Needs to be IP read count that has been normalized for expression level.

vcf_file

The vcf file for genotype. The chromosome position must be sorted!!

peak_bed

The peak file in BED12 format that needs to correspond to phenotype data matrix.

testWindow

Integer. Test SNPs in <testWindow> bp window flanking the peak.

Chromosome

The chromsome to run QTL test.

Range

The position range on a chromosome to test.

Covariates

The matrix for covariates to be included in the test.

maxPsi

The max estimation for the random effect parameter Psi.


scottzijiezhang/MeRIPtools documentation built on March 27, 2021, 3:04 a.m.