Description Usage Arguments Details Value Author(s) Examples
Take a vector of values and a vector of time and output the fitted curve, max and max derivative time.
1 |
expr |
A vector of expression value. |
time |
A vector of time. |
This function takes a vector of values and a vector of time and output the fitted curve, max and max derivative time.
A list containing the max and max derivative time, fitted value and original value in two data.frames with 2 columns. The first is time and the second is fitted values.
Zheng Kuang
1 2 3 | readfile<-system.file("extdata","motif_filter_reads_cluster.txt",package="DynaMO",mustWork=TRUE)
data<-read.table(as.character(file),sep="\t",header=T)
fitted<-fitfunc(data[1,1:4],1:4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.