CCfoldHS.calc | R Documentation |
Performs log2(x/y) for a column in a hotspot table
CCfoldHS.calc(
p.dir = getwd(),
s.dir,
c.dir,
coln = "NormHpMChr",
readfilename = "Hotspot.Table",
constant = 0
)
p.dir |
Parent directory |
s.dir |
sample directory containing hotspot tables to be x in log2(x/y) |
c.dir |
sample directory containing hotspot tables to be y in log2(x/y) |
coln |
name of the column to be used in log2(x/y) |
readfilename |
name of the read pattern |
CCfoldHS.calc(c.dir="/Users/georgebrown/Desktop/foldhsdev/oligosae2d",
s.dir="/Users/georgebrown/Desktop/foldhsdev/s1",
p.dir=getwd(),coln="NormHpM")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.