RVPedigree(method = "ASKAT", y = NULL, X = NULL, Phi = NULL, filename = NULL, type = "bed", regions = NULL, weights = NULL, Nperm = 100, pvalThreshold = 0.1, VCC3afterVCC1 = FALSE, Ncores = 1)"ASKAT" (default)
"NASKAT", normalized ASKAT
"VCC1", VC-C1
"VCC2", VC-C2
"VCC3", VC-C3
'ped', 'bed' (default) or
'shapeit-haps' format of input file containing haplotype
datamethod
parameter should be run. The data frame should have one row
per region and (at least) four columns with the following
names:
Name: Name of the region (e.g. Gene 01)
Chr: Chromosome on which the region is located.
StartPos: The base pair coordinate at which the
region starts
EndPos: The base pair coordinate at which the
region ends.
Any other columns will be ignored.
SKAT
package. This vector is used as the diagonal of the
$m \times m$ matrix $W$, with $m$ the number of
variants.pvalThreshold parameter (default: FALSE).method parameter for each region in
the data frame specified by the regions parameter. The
output data frame contains the following columns:
Score.Test: the score of the given association test
P.value: the p-value of the association test
N.Markers: the number of markers in the region
regionname: Name of the regions/genes on which you
are running the association tests
Under the hood this function calls ASKAT.region,
NormalizedASKAT.region,
VCC1.region, VCC2.region or
VCC3.region, depending on the method
parameter specified by the user.