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
migale
affiliationExplorer
Commits
bfc56085
Commit
bfc56085
authored
Feb 27, 2020
by
mahendra-mariadassou
Browse files
Fix typo in long_taxa_names
parent
a6ca07f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/utils.R
View file @
bfc56085
...
...
@@ -11,7 +11,7 @@ read_multihits <- function(multihits_file) {
## Functions to create short taxa names -------------------------------------
long_taxa_names
<-
function
(
taxa_names
,
max_size
=
32
)
{
## any taxa name longer than 32 characters
any
(
taxa_names
>=
max_size
)
any
(
nchar
(
taxa_names
)
>=
max_size
)
}
ambiguous_taxa
<-
function
(
physeq
)
{
...
...
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