Description Usage Arguments Value Author(s) See Also
This function computes the penetrance of various states from a parallelize
d series of segments.
In each point of the genome, the penetrance is the proportion of the series arrays that show a specific alteration state.
1 2 |
segParallel |
A |
states |
A named |
na |
Single character value defining how to deal with |
mergeOnValue |
Single logical value, whether to merge consecutive regions with same penetrance value but distinct alterated sample list. |
bool |
Single logical value, if |
quiet |
Single logical value, whether to throw diagnosis messages or not. |
If bool
is FALSE
, a list
containing a distinct data.frame
for each state, with the following columns :
chrom |
Character, the chromosomal location of the region described. |
start |
Integer, the lower coordinate of the region described. |
end |
Integer, the upper coordinate of the region described. |
value |
Numeric, the penetrance in the region described for the state described. |
Sylvain Mareschal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.