|
17 | 17 |
|
18 | 18 | SYNDNA_ID_KEY = 'syndna_id' |
19 | 19 | SYNDNA_POOL_NUM_KEY = 'syndna_pool_number' |
| 20 | +# The below is the fraction (range 0-1) of the total mass of the syndna pool |
| 21 | +# that is capable of contributing to counted reads. The only reads used are |
| 22 | +# those that hit the synDNA insert, not the (shared) backbone of the plasmid, |
| 23 | +# so only the fraction of the overall synDNA plasmid that is insert can |
| 24 | +# contribute to the counts; for example, if the insert is 2000 bases long and |
| 25 | +# the overall plasmid including the insert is 5000 bases long, then only |
| 26 | +# 2000/5000 = 2/5ths of the mass of the synDNA pool can contribute to |
| 27 | +# the counted reads. Other factors that affect the amount of synDNA mass |
| 28 | +# contributing to reads (such as shearing fraction for long plasmids) can also |
| 29 | +# be incorporated into this fraction. |
20 | 30 | SYNDNA_CONTRIBUTING_FRACTION_KEY = 'syndna_contributing_fraction' |
21 | 31 | SYNDNA_INDIV_NG_UL_KEY = 'syndna_indiv_ng_ul' |
22 | 32 | SYNDNA_FRACTION_OF_POOL_KEY = 'syndna_fraction_of_pool' |
23 | | -# this is not a great name, but it is what was agreed on for the API early on; |
| 33 | +# the below is not a great name, but it is what was agreed on for the API early on; |
24 | 34 | # it is the total mass of syndna pool that was added to a sample during prep |
25 | 35 | INPUT_SYNDNA_POOL_MASS_NG_KEY = 'mass_syndna_input_ng' |
26 | | -# this is the portion of the syndna pool mass that could actually contribute to |
27 | | -# syndna reads for the sample, and thus can be used in the reads vs mass fit. |
28 | | -# Since only inserts (and not the rest of the syndna plasmid) contribute to the |
29 | | -# reads, this will generally be less than 1. |
| 36 | +# the below is the portion of the syndna pool mass (in ng) that could actually |
| 37 | +# contribute to syndna reads for the sample, and thus can be used in the reads |
| 38 | +# vs mass fit (since only inserts, and not the rest of the syndna plasmid, |
| 39 | +# contribute to the reads). |
30 | 40 | SYNDNA_POOL_MASS_NG_KEY = "mass_syndna_pool_ng" |
31 | 41 | SAMPLE_TOTAL_READS_KEY = 'raw_reads_r1r2' |
32 | 42 | SYNDNA_COUNTS_KEY = 'read_count' |
|
0 commit comments