Skip to content

Commit

Permalink
clean up tmp contents
Browse files Browse the repository at this point in the history
  • Loading branch information
hongjianjin committed Aug 31, 2020
1 parent 888a2e6 commit 9012a92
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions R/ChIPseqSpikeInFree.R
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,8 @@ ParseReadCounts <- function(data, metaFile = "sample_meta.txt", by = 0.05, prefi
#' # quote="",row.names=NULL ,check.names=F)
#' # SF <- CalculateSF (data=parsedDF,metaFile=metaFile)
#' ## For some ChIP with unideal enrichment like H3K9me3, you may try loose cutoff (1)
#' ## but use 95% of total reads to improve performance.
#' # SF <- CalculateSF(data, metaFile = metaFile, maxLastTurn=0.95, cutoff_QC=1)
#' ## but use 97% of total reads to improve performance.
#' # SF <- CalculateSF(data, metaFile = metaFile, maxLastTurn=0.97, cutoff_QC=1)
#'
#' ## 2. start from a rawCount file
#'
Expand Down Expand Up @@ -604,7 +604,7 @@ CalculateSF <- function(data, metaFile = "sample_meta.txt",minFirstTurn = "auto"
#'
#' ## use custom setting for H3K9me3
#' # SF <- CalculateSF(data = parsedDF, metaFile = metaFile,
#' # maxLastTurn=0.95, cutoff_QC=1)
#' # maxLastTurn=0.97, cutoff_QC=1)
#' # PlotDistr (data=parsedDF,SF=SF, prefix="your/path/test_manual_cutoff", xlimMaxCPMW=NULL)
#'
#' ## zoom out distribution curve
Expand Down Expand Up @@ -955,7 +955,7 @@ BoxplotSF <- function(input, prefix = "test") {
#' ## 4. run ChIPseqSpikeInFree pipeline with custom arguments for H3K9me3 with unideal enrichment
#' # ChIPseqSpikeInFree(bamFiles=bams, chromFile="mm9",
#' # metaFile=metaFile,prefix="test_manual_cutoffs",
#' # cutoff_QC = 1, maxLastTurn=0.95)
#' # cutoff_QC = 1, maxLastTurn=0.97)
ChIPseqSpikeInFree <- function(bamFiles, chromFile = "hg19",
metaFile = "sample_meta.txt",
prefix = "test", binSize = 1000,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Save as `/your/path/sample_meta.txt` ([Example](docs/sample_meta.txt))
##### 4. Run `ChIPseqSpikeInFree` pipeline with custom settings for ChIP-seq with unideal enrichment or many very broad enriched regions like H3K9me3

```R
> ChIPseqSpikeInFree(bamFiles = bams, chromFile = "hg19", metaFile = metaFile, prefix = "test", cutoff_QC = 1, maxLastTurn=0.95)
> ChIPseqSpikeInFree(bamFiles = bams, chromFile = "hg19", metaFile = metaFile, prefix = "test", cutoff_QC = 1, maxLastTurn=0.97)
```

### Input
Expand Down
Binary file modified docs/ChIPseqSpikeInFree_1.2.4.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions man/CalculateSF.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ChIPseqSpikeInFree.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/PlotDistr.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9012a92

Please sign in to comment.