findParentage: findParentage

Description Usage Arguments Value Examples

Description

This function find the potential heritable sites between p and f1 using correlation test.

Usage

1
findParentage(DF1, DF2, cors = 4, method = "spearman")

Arguments

DF1

a data.frame contains methylation percentation

DF2

a data.frame contains methylation percentation

cors

a numeric value of numbers of cores you wanna use. (default:1)

method

whether "spearman" or "pearson

Value

a dataframe contains pvalue,corr,location

Examples

1
2
3
data("ExampleParent")
aaa<-findParentage(Father,Son)
aaa

ritianjiang/MethyAge2 documentation built on Dec. 3, 2019, 2:03 p.m.