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
Zeller Group
SIAMCAT
Commits
31725fac
Commit
31725fac
authored
Aug 02, 2021
by
Jakob Wirbel
Browse files
fix warning.
parent
df4d192d
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/select_samples.r
View file @
31725fac
...
...
@@ -77,7 +77,7 @@ select.samples <- function(siamcat, filter, allowed.set = NULL,
if
(
!
is.null
(
filt_feat
(
siamcat
,
verbose
=
0
))
|
!
is.null
(
norm_feat
(
siamcat
,
verbose
=
0
))){
warning
(
"Selcting samples may affect the results of feature "
,
"filtering and normalization\nFor sanity, results from"
,
"filtering and normalization\nFor sanity, results from
"
,
"previous analyses (e.g. filtered features) will be removed!"
)
siamcat
<-
siamcat
(
phyloseq
=
physeq
(
siamcat
),
...
...
Write
Preview
Supports
Markdown
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