Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bioinfo
datautils
Commits
cf693909
Commit
cf693909
authored
Apr 13, 2017
by
Holger Brandl
Browse files
finished first impl of kinase binding and assay enrichment analysis
parent
25eac2b2
Changes
1
Show whitespace changes
Inline
Side-by-side
R/core_commons.R
View file @
cf693909
...
...
@@ -19,9 +19,9 @@ options(width=150)
## adjust dplyr printing settings
## http://stackoverflow.com/questions/22471256/overriding-variables-not-shown-in-dplyr-to-display-all-columns-from-df
## http://stackoverflow.com/questions/29396111/dplyrtbl-df-fill-whole-screen
options
(
dplyr.print_m
ax
=
20
)
## num rows
#
options(dplyr.print_m
in
= 20) ## num rows
options
(
dplyr.width
=
130
)
## width
#options(dplyr.width = 2
8
0); options(width=2
8
0) ## width
#options(dplyr.width = 2
5
0); options(width=2
5
0) ## width
# for sqldf to avoid the use of tckl
options
(
gsubfn.engine
=
"R"
)
...
...
Write
Preview
Markdown
is supported
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