Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ChIPflowR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub
ChIPflowR
Commits
2d3ad50a
Commit
2d3ad50a
authored
5 years ago
by
Maëlle Daunesse
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab.pasteur.fr:hub/chipuanar
parents
bc191113
f76dfb91
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
inst/Report_ChIPuanaR.Rmd
+4
-4
4 additions, 4 deletions
inst/Report_ChIPuanaR.Rmd
with
4 additions
and
4 deletions
inst/Report_ChIPuanaR.Rmd
+
4
−
4
View file @
2d3ad50a
...
...
@@ -20,10 +20,10 @@ Site....
# Package
library(knitr)
library(kableExtra)
library(ChIPuana)
library(ChIPuana
R
)
### INPUTS
source("
../chipuana_rtest/
config.R")
source("config.R")
data <- read.table(file = file, header=T)
counts <- as.matrix(data[,-c(1:6)])
rownames(counts) <- data[,1]
...
...
@@ -69,7 +69,7 @@ if (method=="Limma") {
# Export result table
for (name in names(resAnDif$results)){
write.table(resAnDif$results[name], file=paste0(name,"_resAnDif.txt"), sep="\t", row.names=
FALS
E, dec=".", quote=FALSE)
write.table(resAnDif$results[name], file=paste0(name,"_resAnDif.txt"), sep="\t", row.names=
TRU
E, dec=".", quote=FALSE)
}
```
...
...
@@ -283,7 +283,7 @@ Parameter values used for this analysis are:
- Replicates: `r Replicates`
- Method: `r method`
- Normalisation: `r ifelse(is.null(spikes),normalisation,"Spike-in")`
- Spikes: `r ifelse(is.null(
batch
),"NULL",spikes)`
- Spikes: `r ifelse(is.null(
spikes
),"NULL",spikes)`
- batch: `r ifelse(is.null(batch),"NULL",batch)`
- alpha: `r alpha`
- pAdjustMethod: `r pAdjustMethod`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment