Description Usage Arguments Value
Tm is estimated from a range of temperatures (Trange) by finding a max of ThetaDerivative over that range. Tm is set to NA in case of multiple Tm values.
1 2 3 4 5 6 7 8 | dechiperMeltDNAtime(
myGRanges,
myBSgenome,
Trange = seq(50, 100, 1),
ions = 0.2,
dropMcols = c("seq", "width", "Trange", "ThetaDerivative", "maxThetaDerivative",
"TmList")
)
|
myGRanges |
GRanges, ranges of sequences with a specified genome |
myBSgenome |
BSgenome object |
Trange |
Numeric vector of melting temperatures for calculation of Theta derivatives, forwarded to |
ions |
Numeric molar sodium equivalent ionic concentration, forwarded to |
dropMcols |
Intermediate columns to drop, default c("seq","width",Trange","ThetaDerivative","maxThetaDerivative","TmList"), NULL to include all |
GRanges with melting temperatures added to mcols column "Tm" and optional intermediate columns sequences and widths, (max)ThetaDerivative & list of Tms in case max Tm not unique; message execution time
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.