Description Usage Arguments Details Value Author(s) Examples
Construct required files for generating priors for ChIP-seq data based on only Histone data.
| 1 | priorHistone_multi(object, dnaseIndex, outfileLoc="./", outfile = "histoneOnly")
 | 
| object | A "Prior" S4 object generated by 
 | 
| dnaseIndex | Index of data which will be used as DNase-seq data in the model. Default value will be 1. | 
| outfileLoc | Directory to store processed files. Default is set to "./" | 
| outfile | Infix of outfile name. Default is set to "histoneOnly" to indicate the prior is built by Histone datasets only. | 
This function processes the Histone files and generates module for further analysis.
A new "Prior" object is created with new information updated:
| dnaseName | Name of DNase-seq dataset is the selected histone ChIP-seq dataset used as DNase-seq in the prior construction. | 
| dnaseKnots | DNase knots (from histone ChIP-seq file used as DNase-seq) for B-spline functions. They are the 90, 99 and 99.9th percentiles of read counts. | 
| dnaseThres | A vector of DNase-seq group created to generate aggregated ChIP
data. After alignment, positions which have the same DNase-seq read count are clustered into
one group.  | 
| posLoc_bychr | Location of the files containing the group index of each segment of the genome. | 
| dnaseAlign | Aligment information of the DNase file (from histone ChIP-seq file used as DNase-seq) from bowtie. | 
| dataNum | Number of data sets ("DNase-seq" and histone ChIP-seq data sets). | 
| histoneNum | Number of histone ChIP-seq files. | 
| histoneName | Name of histone ChIP-seq files. | 
| histoneAlign | Aligment information of the histone ChIP-seq file(s) from bowtie. | 
Xin Zeng, M. Constanza Rojo-Alfaro, Ye Zheng
| 1 2 3 4 5 6 | ## Not run: 
priorobject = priorHistone_multi(object, dnaseIndex,
outfileLoc = "./", outfile)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.