CountSignSnps: A function to count snps with a low probability of being due...

Description Usage Arguments Value See Also Examples

Description

A function to count snps with a low probability of being due to a neutral model

Usage

1
CountSignSnps(probs, max.p.neutral = 0.1)

Arguments

probs

A probability data frame

max.p.neutral

A threshold for p.neutral under which the snp will be counted (default is 0.01)

Value

An integer. The number of snps with low p.neutral value in probs data frame.

See Also

For more detail, see AnalyseSplittedExpt or CalcProbsSelection which can provide you a probs data frame.

Examples

1
2
3
4
5
## Not run: 
CountSignSnps(probs)
CountSignSnps(probs, max.p.neutral = 0.05)

## End(Not run)

laurentlab-mpipz/rsurvival documentation built on May 29, 2019, 9:14 a.m.