Description Usage Arguments Value Author(s) Examples
View source: R/breakpointDist.R
calculates number of breakpoints at each time.
1 | breakpointDist(topTrendyData, NDigits = 0)
|
topTrendyData |
results from topTrendy() function |
NDigits |
how many digits to be used when rounding (default is 0 (return integers)) |
The function takes significant genes called from the topTrendyData() function. For any time point, this function calculates how many genes have a breakpoint at this time point. The output is the numbers of genes sorted by time point.
Ning Leng
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.