Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Araformatics group
Araformatics project
Commits
3e1efcc9
Commit
3e1efcc9
authored
Dec 07, 2021
by
Schoorlemmer, Joran
Browse files
Replace Diff_analysis.R
parent
4837ad36
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/Diff_analysis.R
View file @
3e1efcc9
...
...
@@ -29,7 +29,7 @@ run_analysis <- function(file_name) {
# do glm test
dds
=
nbinomWaldTest
(
dds
)
res
=
results
(
dds
,
lfcThreshold
=
1
,
altHypothesis
=
"greaterAbs"
)
write.table
(
res
,
col.names
=
NA
,
row.names
=
T
,
file
=
paste
(
file_name
,
".tsv"
,
collapse
=
""
,
sep
=
""
),
sep
=
"\t"
)
write.table
(
res
,
col.names
=
NA
,
row.names
=
T
,
file
=
paste
(
file_name
,
".tsv"
,
collapse
=
""
,
sep
=
""
),
sep
=
"\t"
,
quote
=
T
)
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment