Description Usage Arguments Details Value Note Author(s) References See Also Examples
To plot estimated coefficients against their corresponding positions
1 |
coe.lm |
a 1-column matrix of coefficients estimated from |
obj.index |
an object of index generated from |
ylim |
the extremes of the range of y axis |
5 end of the mapped reads will be labeled 0 on x axis. Nucleotide A will be colored in red, T will be in yellowgreen, C will be in green and G will be in blue as the baseline.
a plot produced on the current graphic device
index object should match the length of coe.lm
Guoshuai Cai
Cai G, RNA-SEQUENCING APPLICATIONS: GENE EXPRESSION QUANTIFICATION AND METHYLATOR PHENOTYPE IDENTIFICATION, Ph.D. Thesis, 2013
lm.estimate
,index.mat.generation
1 2 3 4 5 6 7 8 9 10 11 12 13 | word<-81
data(obj.index)
data(train.dat.seq)
data(train.dat.counts)
train.index<-index.preprocess(train.dat.seq,word)
obj.train<-counts.preprocess(train.dat.counts)
obj.train[["index"]]<-train.index
coe.lm<-lm.estimate(obj.train,fit.cut.train=5)
coeplot(coe.lm,obj.index)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.