updating info on mindel annotations
Browse files
README.md
CHANGED
|
@@ -35,7 +35,14 @@ You can find these by clicking on the [files and versions](https://huggingface.c
|
|
| 35 |
- **mindel_promoters** (csv): The promoters used by the Barkai lab to evaluate the
|
| 36 |
overlap between perturbation and binding in the Mahendrawada 2025 set in
|
| 37 |
[this preprint](https://www.biorxiv.org/content/10.1101/2025.10.12.681120v1.abstract).
|
| 38 |
-
See scripts/create_promoter_bed_from_mindel.R.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
- **gal_tss_sgd-5-1_verified_orf** (bed): Genomic coordinates of Transcription Start Sites
|
| 40 |
(TSS) for verified ORFs under Galactose culture conditions. These are derived from
|
| 41 |
annotation version S288C-R64-5-1. See scripts/create_tss_files.R
|
|
|
|
| 35 |
- **mindel_promoters** (csv): The promoters used by the Barkai lab to evaluate the
|
| 36 |
overlap between perturbation and binding in the Mahendrawada 2025 set in
|
| 37 |
[this preprint](https://www.biorxiv.org/content/10.1101/2025.10.12.681120v1.abstract).
|
| 38 |
+
See scripts/create_promoter_bed_from_mindel.R. The column `in_mahendrawada_features` is
|
| 39 |
+
`TRUE` if the locus_tag is in the feature set used by Mahendrawada 2025, which is
|
| 40 |
+
only protein coding genes which are not labeled dubious. The column `promoter_exact_aligns`
|
| 41 |
+
provides a tally of how many times the promoter sequence aligns exactly from end to end
|
| 42 |
+
with no gaps in the genome. Most align only once, which is what we would expect for a
|
| 43 |
+
700+ bp sequence. However, there are 12 loci with up to 4 exact alignments. I didn't examine
|
| 44 |
+
these beyond confirming the multiple alignments -- I suspect that it is due to repeat regions.
|
| 45 |
+
It is noted because it is surprising that such long sequences had multiple perfect alignments.
|
| 46 |
- **gal_tss_sgd-5-1_verified_orf** (bed): Genomic coordinates of Transcription Start Sites
|
| 47 |
(TSS) for verified ORFs under Galactose culture conditions. These are derived from
|
| 48 |
annotation version S288C-R64-5-1. See scripts/create_tss_files.R
|