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
a934dda8
Commit
a934dda8
authored
Jan 07, 2019
by
Aurelien Brionne
Browse files
count update
parent
c30dc6ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/overlapped_genome_features.R
View file @
a934dda8
...
...
@@ -31,7 +31,7 @@ setMethod("show", "overlapped_genome_features",function(object) {
###################
# count unique genes match by feature type
Data
<-
base
::
unique
(
Data
[,
.
(
condition
,
feature_type
,
type
,
gene_id
)])
Data
<-
base
::
unique
(
Data
[
!
base
::
is.na
(
type
)
,
.
(
condition
,
feature_type
,
type
,
gene_id
)])
###################
# count
...
...
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