Skip to content

Commit

Permalink
Merge pull request #7 from AmandaBirmingham/alt_norm_additions
Browse files Browse the repository at this point in the history
Alternate normalization options
  • Loading branch information
AmandaBirmingham authored Jun 4, 2024
2 parents 3e194c7 + 773b5c2 commit 40b666c
Show file tree
Hide file tree
Showing 6 changed files with 540 additions and 241 deletions.
Binary file modified docs/absolute_quant_example.xlsx
Binary file not shown.
7 changes: 7 additions & 0 deletions pysyndna/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
FIT_SYNDNA_MODELS_LOG_KEY
from pysyndna.src.calc_cell_counts import calc_ogu_cell_counts_biom, \
calc_ogu_cell_counts_per_g_of_sample_for_qiita, \
calc_ogu_cell_counts_per_cm2_of_sample_for_qiita, \
calc_ogu_cell_counts_per_ul_of_sample_for_qiita, \
OGU_CELLS_PER_G_OF_GDNA_KEY, OGU_CELLS_PER_G_OF_SAMPLE_KEY, \
OGU_CELLS_PER_UL_OF_SAMPLE_KEY, OGU_CELLS_PER_CM2_OF_SAMPLE_KEY, \
OGU_ID_KEY, OGU_LEN_IN_BP_KEY, OGU_PERCENT_COVERAGE_KEY, \
CELL_COUNT_RESULT_KEY, CELL_COUNT_LOG_KEY
from pysyndna.src.quant_orfs import \
Expand All @@ -17,13 +20,17 @@
'fit_linear_regression_models_for_qiita',
'calc_ogu_cell_counts_biom',
'calc_ogu_cell_counts_per_g_of_sample_for_qiita',
'calc_ogu_cell_counts_per_cm2_of_sample_for_qiita',
'calc_ogu_cell_counts_per_ul_of_sample_for_qiita',
'read_ogu_orf_coords_to_df',
'validate_and_cast_ogu_orf_coords_df',
'calc_copies_of_ogu_orf_ssrna_per_g_sample_from_dfs',
'calc_copies_of_ogu_orf_ssrna_per_g_sample',
'calc_copies_of_ogu_orf_ssrna_per_g_sample_for_qiita',
'OGU_CELLS_PER_G_OF_GDNA_KEY',
'OGU_CELLS_PER_G_OF_SAMPLE_KEY',
'OGU_CELLS_PER_UL_OF_SAMPLE_KEY',
'OGU_CELLS_PER_CM2_OF_SAMPLE_KEY',
'SAMPLE_ID_KEY', 'OGU_ID_KEY', 'OGU_LEN_IN_BP_KEY',
'OGU_ORF_ID_KEY', 'OGU_PERCENT_COVERAGE_KEY',
'LIN_REGRESS_RESULT_KEY', 'FIT_SYNDNA_MODELS_LOG_KEY',
Expand Down
Loading

0 comments on commit 40b666c

Please sign in to comment.