Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MCQR
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PAPPSO
MCQR
Commits
50dc2c0c
Commit
50dc2c0c
authored
10 months ago
by
thierry Balliau
Browse files
Options
Downloads
Patches
Plain Diff
probleme rownames model.matrix (probablement issue de edgeR et pas de stats
parent
17a7dc7c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MCQR/R/mcq_compute_anova_contrast.R
+0
-0
0 additions, 0 deletions
MCQR/R/mcq_compute_anova_contrast.R
MCQR/R/priv_mcq_compute_contrasts.R
+10
-1
10 additions, 1 deletion
MCQR/R/priv_mcq_compute_contrasts.R
with
10 additions
and
1 deletion
MCQR/R/mcq_compute_anova_contrast.R
0 → 100644
+
0
−
0
View file @
50dc2c0c
This diff is collapsed.
Click to expand it.
MCQR/R/priv_mcq_compute_contrasts.R
+
10
−
1
View file @
50dc2c0c
...
...
@@ -33,7 +33,7 @@ setMethod("priv.mcq.compute.contrast", signature(object="cmcq.metadata", Replic
if
(
Replicate
){
selected_meta
<-
object
@
metadata
[,
c
(
flist
,
replicateName
)]
# renaming column to be compatible with dicoexpress code
colnames
(
selected_meta
)[
colnames
(
selected_meta
)
==
replicateName
]
<-
"
__
Replicate"
colnames
(
selected_meta
)[
colnames
(
selected_meta
)
==
replicateName
]
<-
"Replicate"
}
else
{
selected_meta
<-
object
@
metadata
[,
c
(
flist
)]
}
...
...
@@ -391,6 +391,15 @@ setMethod("priv.mcq.compute.contrast", signature(object="cmcq.metadata", Replic
}
return
(
list
(
"error"
=
error_list
,
"warning"
=
warning_list
))
}
## function to get model matrix as df for exporting
priv.get.model.matrix
<-
function
(
object
){
df.model.matrix
<-
as.data.frame
(
contrast
@
Model
)
return
(
df.model.matrix
)
}
#
#
...
...
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