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
3c44818b
Commit
3c44818b
authored
Apr 19, 2019
by
Aurelien Brionne
Browse files
convert seqnames to character in genome_features_overlaps
parent
d4aed449
Changes
1
Show whitespace changes
Inline
Side-by-side
R/genome_features_overlaps.R
View file @
3c44818b
...
...
@@ -264,9 +264,13 @@ setMethod(
pos
=
base
::
which
(
"feature"
==
base
::
names
(
annot
))
###################
#reorder annot
#
reorder annot
annot
<-
annot
[,
base
::
c
(
2
:
pos
,
1
,(
pos
+1
)
:
base
::
ncol
(
annot
)),
with
=
FALSE
]
###################
# convert seqnames to character
annot
[,
seqnames
:=
base
::
as.character
(
seqnames
)]
###################
# feature distribution (transcript level)
###################
...
...
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