-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a055c8
commit 29b7dd0
Showing
27 changed files
with
1,357 additions
and
153 deletions.
There are no files selected for viewing
Binary file modified
BIN
-669 Bytes
(95%)
database_analysis/__pycache__/dban_functions.cpython-310.pyc
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(100%)
database_analysis/__pycache__/dban_functions.cpython-311-pytest-7.4.3.pyc
Binary file not shown.
Binary file modified
BIN
+5 Bytes
(100%)
database_analysis/__pycache__/dban_functions.cpython-311.pyc
Binary file not shown.
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 |
---|---|---|
@@ -1,51 +1,24 @@ | ||
==== | ||
TODO | ||
==== | ||
|
||
Client | ||
------ | ||
|
||
- Separate cli main function in smaller functions | ||
|
||
- Check utils functions absolute_path and remove_duplicates (Might delete). | ||
|
||
- Add spinger function | ||
|
||
- add scopus function to the others db functions | ||
|
||
- add db_stats, as well as any df stat | ||
|
||
- add bar plot | ||
|
||
Mass Spectrometry | ||
----------------- | ||
================= | ||
|
||
- Make script to plot MS2 | ||
|
||
- See the possibillity of adding peaks that have difference lower than given resolution | ||
|
||
Documentation | ||
------------- | ||
|
||
- Correct not found class error, from docstrings, like pd.DataFrame and matplotlib types | ||
============= | ||
|
||
- Add plots/nbs to the documentation | ||
|
||
- Add springer function | ||
|
||
Notebooks | ||
--------- | ||
========= | ||
|
||
|
||
Data analysis | ||
------------- | ||
|
||
- Check if kwargs type values are correct by testing | ||
|
||
- Create an conditional if queryied articles in a month is more than 9999, to split | ||
the month and than add the results. | ||
|
||
- Check statistic function and find_matching_postions. (Might delete them) | ||
|
||
- Probably remove read_pubmed_csv function (deprecated, use clean_csv instead) | ||
============= | ||
|
||
- Remove my springer api from the code, try to use as an environment variable |
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
Oops, something went wrong.