-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved info messages to separate file in utils
Updated `utils.info` and its calls accordingly Added info for Filtering section
- Loading branch information
1 parent
1323df4
commit d7d1f40
Showing
5 changed files
with
32 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
msg = { | ||
'upload-data': ( | ||
'Please provide a table where rows are observations (e.g. samples, ' | ||
'cells...) and columns are variables (e.g. genes, proteins...)' | ||
), | ||
'upload-obs': ( | ||
'Please provide a table where rows are observations (e.g. samples, ' | ||
'cells...) and columns are annotation variables (e.g. sample names, ' | ||
'condition, cell type...)' | ||
), | ||
'filters': ('Choosing proper filtering parameters is a highly context-' | ||
'dependent task. Depending on the experimental set up, these ' | ||
'filters can vary a lot. A proper choice requires some ' | ||
'expertise and/or some trial and error. Therefore, feel free to ' | ||
'play with the parameters and observe the resulting ' | ||
'distribution of your data with the help of the plots below. A ' | ||
'good strategy is to start with lax thresholds and move up to ' | ||
'more astringent ones'), | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters