copar.Miner: ChIP-seq Information Mining & Process.

Description Usage Arguments Author(s) References Examples

Description

copar.Miner is the package function to data process and the optimal peak candiate from the raw ChIP-seq input data (in BED format).

Usage

1
2
3
4
copar.Miner(input = "SRR015350_copa.rda",
           plotPN = T,
           plotFDR = T,
           maxPN = T)

Arguments

input

The input file processed by copar.Aligner, e.g. input = "SRR015350_copa.rda".

plotPN

If plotPN==TRUE, copar.Miner will generate a heatmap of TIFF format for all peak number candidates.

plotFDR

If plotFDR==TRUE, copar.Miner will generate a heatmap of TIFF format for all corresponding False Discovery Rate (FDR) candidates.

maxPN

If maxPN==TRUE, copar.Miner will report the optimal peak count candiate.

Author(s)

Binhua Tang <bh.tang@outlook.com>

References

1. Tang B, Hsu H-K, Hsu P-Y, Bonneville R, Chen S-S, Huang TH-M, et al. Hierarchical modularity in ER¦Á transcriptional network is associated with distinct functions and implicates clinical outcomes. NPG Scientific Reports. 2012;2.

Examples

1
2
3
4
5
6
7
8
library(COPAR)
## check the help docs.
?copar.Miner
## run copar.Miner
copar.Miner(input = "SRR015350_copa.rda",
            plotPN = TRUE,
            plotFDR = TRUE,
            maxPN = TRUE)

gladex/COPAR documentation built on Sept. 12, 2021, 1:07 p.m.