powered by
find.points summary.
find.points
# S3 method for change.points print(x=model,...)
The function computes and returns a list of short information for a fitted change.points object.
change.points
The returned value is the total nucleotide (adenine and thymine) contained in the sequence analyzed.
In this case, the returned value is the sum of cytosine and guanine contained at the sequence.
The number of binning nodes over which the function is to be estimated.
Number of bootstrap repeats.
Value of the Kernel bandwidth or smoothing parameter used in the fiiting for A vs. T and C vs. G.
Emphasize if there is or not any critical.
change.points object.
Other options.
Nora M. Villanueva and Marta Sestelo.
library(seq2R) #mtDNAhum <- read.genbank("NC_012920") data(mtDNAhum) DNA <- transform(mtDNAhum) seq1 <- find.points(DNA) seq1
Run the code above in your browser using DataLab