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
Aurelien Brionne
GenomeFeatures
Commits
2b6d87c6
Commit
2b6d87c6
authored
Apr 04, 2018
by
Aurelien Brionne
Browse files
summary upgrade
parent
5328d29b
Changes
2
Hide whitespace changes
Inline
Side-by-side
R/genome_features_overlaps.R
View file @
2b6d87c6
...
...
@@ -232,7 +232,7 @@ setMethod("genome_features_overlaps",definition=function(peaks,features,figs_pat
annot
<-
annot
[,
c
(
2
:
pos
,
1
,(
pos
+1
)
:
base
::
ncol
(
annot
)),
with
=
F
]
###################
# feature distribution
# feature distribution
(transcript level)
###################
###################
...
...
@@ -289,7 +289,7 @@ setMethod("genome_features_overlaps",definition=function(peaks,features,figs_pat
# plot colors to display
#colors=getCols(base::nlevels(Data$feature))
colors
=
getCols
(
base
::
length
(
Features
))
###################
# features in bar
###################
...
...
R/overlapped_genome_features.R
View file @
2b6d87c6
...
...
@@ -48,7 +48,7 @@ setMethod("show", "overlapped_genome_features",function(object) {
###################
# print short report
base
::
cat
(
"\n-features count:"
,
sep
=
"\n"
)
base
::
cat
(
"\n-features count
(transcript level)
:"
,
sep
=
"\n"
)
###################
# extract distributions
...
...
@@ -60,7 +60,7 @@ setMethod("show", "overlapped_genome_features",function(object) {
###################
# print short report
base
::
cat
(
"\n-features frequency:"
,
sep
=
"\n"
)
base
::
cat
(
"\n-features frequency
(transcript level)
:"
,
sep
=
"\n"
)
###################
# display features frequency
...
...
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