CeLLaTe Raw Data
Collection
This collection contains raw dataset zips, consisting of LabelStudio-formatted .json files, named by their corresponding Europe PMC identifiers. • 1 item • Updated
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 1 new columns ({'[{"id":1233,"annotations":[{"id":2723,"completed_by":1,"result":[],"was_cancelled":false,"ground_truth":true,"created_at":"2026-02-06T10:44:32.489673Z","updated_at":"2026-02-06T10:44:32.489682Z","draft_created_at":null,"lead_time":null,"prediction":{},"result_count":0,"unique_id":"01c8d651-1aac-47d7-9a4a-39cd96e6b7d9","import_id":null,"last_action":null,"bulk_created":false,"task":1233,"project":24,"updated_by":null,"parent_prediction":null,"parent_annotation":null,"last_created_by":null}],"file_upload":"351e04f4-PMC10968586.json","drafts":[],"predictions":[],"data":{"text":"The fact that the Mediterranean diet could represent a source of natural compounds with cancer-preventive and therapeutic activity has been the object of great interest, especially with regard to the mechanisms of action of polyphenols found in olive oil and olive leaves."},"meta":{},"created_at":"2026-02-06T10:44:32.426561Z","updated_at":"2026-02-06T10:44:32.426579Z","inner_id":1,"total_annotations":1,"cancelled_annotations":0,"total_predictions":0,"comment_count":0,"unresolved_comment_count":0,"last_comment_updated_at":null,"project":24,"updated_by":null,"comment_authors":[]},{"id":1234,"annotations":[{"id":2724,"completed_by":1,"result":[],"was_cancelled":false,"ground_truth":true,"created_at":"2026-02-06T10:44:32.489709Z","updated_at":"2026-02-06T10:44:32.489713Z","draft_created_at":null,"lead_time":null,"prediction":{},"result_count":0,"unique_id":"bb02bc2c-75db-46ae-9e54-46e1eda3fb9b","import_id":
...
on."},"meta":{},"created_at":"2026-02-06T10:44:32.472056Z","updated_at":"2026-02-06T10:44:32.472059Z","inner_id":381,"total_annotations":1,"cancelled_annotations":0,"total_predictions":0,"comment_count":0,"unresolved_comment_count":0,"last_comment_updated_at":null,"project":24,"updated_by":null,"comment_authors":[]},{"id":1614,"annotations":[{"id":3104,"completed_by":1,"result":[],"was_cancelled":false,"ground_truth":true,"created_at":"2026-02-06T10:44:32.540362Z","updated_at":"2026-02-06T10:44:32.540365Z","draft_created_at":null,"lead_time":null,"prediction":{},"result_count":0,"unique_id":"fd2ebf0d-6e89-4fe6-9227-8795281f2fde","import_id":null,"last_action":null,"bulk_created":false,"task":1614,"project":24,"updated_by":null,"parent_prediction":null,"parent_annotation":null,"last_created_by":null}],"file_upload":"351e04f4-PMC10968586.json","drafts":[],"predictions":[],"data":{"text":"Currently, neither OLE nor HT could be safely considered as cancer-preventive agents or drugs for combinatory therapies without excluding the possibility that nutritionally relevant concentrations of these compounds might facilitate neoplastic cell expansion or even treatment escape."},"meta":{},"created_at":"2026-02-06T10:44:32.472076Z","updated_at":"2026-02-06T10:44:32.472079Z","inner_id":382,"total_annotations":1,"cancelled_annotations":0,"total_predictions":0,"comment_count":0,"unresolved_comment_count":0,"last_comment_updated_at":null,"project":24,"updated_by":null,"comment_authors":[]}]'}) and 8 missing columns ({'created_at', 'id', 'annotation_id', 'lead_time', 'label', 'updated_at', 'annotator', 'text'}).
This happened while the csv dataset builder was generating data using
zip://rs-annotations/PMC10968586_rs-annotation.json::/tmp/hf-datasets-cache/medium/datasets/35934368735493-config-parquet-and-info-OTAR3088-ChEMBL_V1_raw-13a4d9cd/hub/datasets--OTAR3088--ChEMBL_V1_raw/snapshots/6bde71c8bb464639da4f2b93f515ff65e8a13476/ChEMBL_V1_raw_annotatoins.zip, [/tmp/hf-datasets-cache/medium/datasets/35934368735493-config-parquet-and-info-OTAR3088-ChEMBL_V1_raw-13a4d9cd/hub/datasets--OTAR3088--ChEMBL_V1_raw/snapshots/6bde71c8bb464639da4f2b93f515ff65e8a13476/ChEMBL_V1_raw_annotatoins.zip (origin=hf://datasets/OTAR3088/ChEMBL_V1_raw@6bde71c8bb464639da4f2b93f515ff65e8a13476/ChEMBL_V1_raw_annotatoins.zip)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
[{"id":1233,"annotations":[{"id":2723,"completed_by":1,"result":[],"was_cancelled":false,"ground_tru (... 456914 chars omitted): null
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1005613
to
{'annotation_id': Value('int64'), 'annotator': Value('int64'), 'created_at': Value('string'), 'id': Value('int64'), 'label': Value('string'), 'lead_time': Value('float64'), 'text': Value('string'), 'updated_at': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 1 new columns ({'[{"id":1233,"annotations":[{"id":2723,"completed_by":1,"result":[],"was_cancelled":false,"ground_truth":true,"created_at":"2026-02-06T10:44:32.489673Z","updated_at":"2026-02-06T10:44:32.489682Z","draft_created_at":null,"lead_time":null,"prediction":{},"result_count":0,"unique_id":"01c8d651-1aac-47d7-9a4a-39cd96e6b7d9","import_id":null,"last_action":null,"bulk_created":false,"task":1233,"project":24,"updated_by":null,"parent_prediction":null,"parent_annotation":null,"last_created_by":null}],"file_upload":"351e04f4-PMC10968586.json","drafts":[],"predictions":[],"data":{"text":"The fact that the Mediterranean diet could represent a source of natural compounds with cancer-preventive and therapeutic activity has been the object of great interest, especially with regard to the mechanisms of action of polyphenols found in olive oil and olive leaves."},"meta":{},"created_at":"2026-02-06T10:44:32.426561Z","updated_at":"2026-02-06T10:44:32.426579Z","inner_id":1,"total_annotations":1,"cancelled_annotations":0,"total_predictions":0,"comment_count":0,"unresolved_comment_count":0,"last_comment_updated_at":null,"project":24,"updated_by":null,"comment_authors":[]},{"id":1234,"annotations":[{"id":2724,"completed_by":1,"result":[],"was_cancelled":false,"ground_truth":true,"created_at":"2026-02-06T10:44:32.489709Z","updated_at":"2026-02-06T10:44:32.489713Z","draft_created_at":null,"lead_time":null,"prediction":{},"result_count":0,"unique_id":"bb02bc2c-75db-46ae-9e54-46e1eda3fb9b","import_id":
...
on."},"meta":{},"created_at":"2026-02-06T10:44:32.472056Z","updated_at":"2026-02-06T10:44:32.472059Z","inner_id":381,"total_annotations":1,"cancelled_annotations":0,"total_predictions":0,"comment_count":0,"unresolved_comment_count":0,"last_comment_updated_at":null,"project":24,"updated_by":null,"comment_authors":[]},{"id":1614,"annotations":[{"id":3104,"completed_by":1,"result":[],"was_cancelled":false,"ground_truth":true,"created_at":"2026-02-06T10:44:32.540362Z","updated_at":"2026-02-06T10:44:32.540365Z","draft_created_at":null,"lead_time":null,"prediction":{},"result_count":0,"unique_id":"fd2ebf0d-6e89-4fe6-9227-8795281f2fde","import_id":null,"last_action":null,"bulk_created":false,"task":1614,"project":24,"updated_by":null,"parent_prediction":null,"parent_annotation":null,"last_created_by":null}],"file_upload":"351e04f4-PMC10968586.json","drafts":[],"predictions":[],"data":{"text":"Currently, neither OLE nor HT could be safely considered as cancer-preventive agents or drugs for combinatory therapies without excluding the possibility that nutritionally relevant concentrations of these compounds might facilitate neoplastic cell expansion or even treatment escape."},"meta":{},"created_at":"2026-02-06T10:44:32.472076Z","updated_at":"2026-02-06T10:44:32.472079Z","inner_id":382,"total_annotations":1,"cancelled_annotations":0,"total_predictions":0,"comment_count":0,"unresolved_comment_count":0,"last_comment_updated_at":null,"project":24,"updated_by":null,"comment_authors":[]}]'}) and 8 missing columns ({'created_at', 'id', 'annotation_id', 'lead_time', 'label', 'updated_at', 'annotator', 'text'}).
This happened while the csv dataset builder was generating data using
zip://rs-annotations/PMC10968586_rs-annotation.json::/tmp/hf-datasets-cache/medium/datasets/35934368735493-config-parquet-and-info-OTAR3088-ChEMBL_V1_raw-13a4d9cd/hub/datasets--OTAR3088--ChEMBL_V1_raw/snapshots/6bde71c8bb464639da4f2b93f515ff65e8a13476/ChEMBL_V1_raw_annotatoins.zip, [/tmp/hf-datasets-cache/medium/datasets/35934368735493-config-parquet-and-info-OTAR3088-ChEMBL_V1_raw-13a4d9cd/hub/datasets--OTAR3088--ChEMBL_V1_raw/snapshots/6bde71c8bb464639da4f2b93f515ff65e8a13476/ChEMBL_V1_raw_annotatoins.zip (origin=hf://datasets/OTAR3088/ChEMBL_V1_raw@6bde71c8bb464639da4f2b93f515ff65e8a13476/ChEMBL_V1_raw_annotatoins.zip)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
annotation_id int64 | annotator int64 | created_at string | id int64 | label null | lead_time null | text string | updated_at string |
|---|---|---|---|---|---|---|---|
2,723 | 1 | 2026-02-06T10:44:32.489673Z | 1,233 | null | null | The fact that the Mediterranean diet could represent a source of natural compounds with cancer-preventive and therapeutic activity has been the object of great interest, especially with regard to the mechanisms of action of polyphenols found in olive oil and olive leaves. | 2026-02-06T10:44:32.489682Z |
2,724 | 1 | 2026-02-06T10:44:32.489709Z | 1,234 | null | null | Secoiridoid oleuropein (OLE) and its derivative hydroxytyrosol (3,4-dihydroxyphenylethanol, HT) have demonstrated anti-proliferative properties against a variety of tumors and hematological malignancies both in vivo and in vitro, with measurable effects on cellular redox status, metabolism, and transcriptional activity... | 2026-02-06T10:44:32.489713Z |
2,725 | 1 | 2026-02-06T10:44:32.489735Z | 1,235 | null | null | With this review, we aim to summarize the most up-to-date information on the potential use of OLE and HT for cancer treatment, making important considerations about OLE and HT bioavailability, OLE- and HT-mediated effects on drug metabolism, and OLE and HT dual activity as both pro- and antioxidants, likely hampering t... | 2026-02-06T10:44:32.489738Z |
2,726 | 1 | 2026-02-06T10:44:32.489759Z | 1,236 | null | null | Also, we focus on the details available on the effects of nutritionally relevant concentrations of OLE and HT on cell viability, redox homeostasis, and inflammation in order to evaluate if both compounds could be considered cancer-preventive agents or new potential chemotherapy drugs whenever their only source is repre... | 2026-02-06T10:44:32.489762Z |
2,727 | 1 | 2026-02-06T10:44:32.489782Z | 1,237 | null | null | Cancer insurgence and progression are complex processes, depending on the combination of unmodifiable genetic and modifiable environmental/lifestyle-related factors. | 2026-02-06T10:44:32.489785Z |
2,728 | 1 | 2026-02-06T10:44:32.489805Z | 1,238 | null | null | With this premise, it sounds perfectly understandable that scientific evidence has corroborated the role of a healthy diet and dietary intervention as potentially beneficial approaches contributing to cancer prevention . | 2026-02-06T10:44:32.489809Z |
2,729 | 1 | 2026-02-06T10:44:32.489828Z | 1,239 | null | null | Epidemiological and experimental evidence has confirmed that the so-called Mediterranean diet is a source of molecules that may mitigate cancer risk factors like chronic inflammation and redox imbalance, thus participating in the prevention of carcinogenesis in terms of loss of cell cycle regulation and proper immune m... | 2026-02-06T10:44:32.489832Z |
2,730 | 1 | 2026-02-06T10:44:32.489852Z | 1,240 | null | null | Moreover, some of these natural compounds may have a cytotoxic effect, making them interesting alternatives to or candidates for integration into conventional therapeutic approaches . | 2026-02-06T10:44:32.489855Z |
2,731 | 1 | 2026-02-06T10:44:32.489875Z | 1,241 | null | null | Among Mediterranean diet phenols, secoiridoid oleuropein (OLE) is the most abundant phenolic compound in Olea europaea L. tree leaves (OLE content up to 14–19% in olive leaves), followed by its degradation derivative hydroxytyrosol (3,4-dihydroxyphenylethanol, HT, 2.28 mg/g of olive leaf extract) (Figure 1) . | 2026-02-06T10:44:32.489879Z |
2,732 | 1 | 2026-02-06T10:44:32.489899Z | 1,242 | null | null | OLE and HT are also found in the fruit of Olea europaea L. and in olive oil; thus, they are easily ingested as part of a routine diet, but they can also be obtained from other sources, e.g., olive mill wastewater . | 2026-02-06T10:44:32.489902Z |
2,733 | 1 | 2026-02-06T10:44:32.489922Z | 1,243 | null | null | Both compounds have attracted attention for their accessibility, safe profile, powerful antioxidant and scavenging activity against reactive oxygen species (ROS), and controversial anti-inflammatory action. | 2026-02-06T10:44:32.489925Z |
2,734 | 1 | 2026-02-06T10:44:32.489945Z | 1,244 | null | null | For more than two decades, OLE and HT (together or alone) have been the focus of intense research efforts in the context of infectious diseases and prevention/management of chronic non-communicable diseases, including cancer, with encouraging results from in vitro and in vivo models . | 2026-02-06T10:44:32.489948Z |
2,735 | 1 | 2026-02-06T10:44:32.489967Z | 1,245 | null | null | On this basis, it would be difficult to understand the reasons behind the lack of systematic testing of OLE and HT as supplements to prevent the insurgence of cancer or support the management of hematological malignancies and solid tumors. | 2026-02-06T10:44:32.489971Z |
2,736 | 1 | 2026-02-06T10:44:32.489990Z | 1,246 | null | null | This becomes clearer considering that, despite promising proof in the field, experimental evidence about OLE and HT bioavailability in humans and animals clearly demonstrates that OLE and HT act as cancer-preventive agents and cytotoxic drugs mainly at concentrations far from plasma levels reachable through nutrition, ... | 2026-02-06T10:44:32.489993Z |
2,737 | 1 | 2026-02-06T10:44:32.490013Z | 1,247 | null | null | Also, as explained in the following paragraphs, the complexity and diversity of molecular mechanisms resulting in net OLE and HT action has led to questions regarding the possibility that these compounds might even facilitate the expansion of neoplastic clones at nutritionally relevant concentrations. | 2026-02-06T10:44:32.490016Z |
2,738 | 1 | 2026-02-06T10:44:32.490035Z | 1,248 | null | null | In this review, we discuss the available data on the use of OLE and HT as anti-cancer drugs and the feasibility of their application in the context of clinical routine now or in the near future. | 2026-02-06T10:44:32.490038Z |
2,739 | 1 | 2026-02-06T10:44:32.490058Z | 1,249 | null | null | OLE and HT activity against solid tumor insurgence and development has been challenged in a large number of experimental models, both in vivo and in vitro. | 2026-02-06T10:44:32.490061Z |
2,740 | 1 | 2026-02-06T10:44:32.490081Z | 1,250 | null | null | No single shared molecular mechanism and/or triggered cellular response seems implicated in OLE and HT cytotoxicity, resulting in an articulated frame that imposes a separate dissertation for every type of studied solid tumor. | 2026-02-06T10:44:32.490084Z |
2,741 | 1 | 2026-02-06T10:44:32.490103Z | 1,251 | null | null | To facilitate critical interpretation, in each subsection, OLE and HT assayed doses are indicated, with the half-maximal inhibitory concentration (IC50) and the half-maximal effective concentration (EC50) reported as exact values, mean ± standard deviation (S.D.), or mean ± standard error of the mean (S.E.M.) whenever ... | 2026-02-06T10:44:32.490107Z |
2,742 | 1 | 2026-02-06T10:44:32.490126Z | 1,252 | null | null | A list of experimental models used to study OLE and HT cytotoxicity in cancer cells is reported in Table 1. | 2026-02-06T10:44:32.490129Z |
2,743 | 1 | 2026-02-06T10:44:32.490148Z | 1,253 | null | null | Malignant melanoma is a malignancy arising from the transformation of melanocytes, with increasing incidence worldwide. | 2026-02-06T10:44:32.490151Z |
2,744 | 1 | 2026-02-06T10:44:32.490171Z | 1,254 | null | null | On the basis of the tissue where the primary lesion appears, four major subtypes can be distinguished: cutaneous melanoma (non-glabrous skin), acral melanoma (glabrous skin), mucosal melanoma (melanocytes in the mucosal tissues), and uveal melanoma (uveal tract of the eye). | 2026-02-06T10:44:32.490174Z |
2,745 | 1 | 2026-02-06T10:44:32.490193Z | 1,255 | null | null | Among these major subtypes, it is possible to distinguish some particular variants: amelanotic/hypomelanotic melanoma, a subtype of cutaneous melanoma with low or absent melanin; desmoplastic melanoma, a spindle cell tumor exhibiting signs of dense scar-like fibrosis; spitzoid melanoma, sharing histopathological charac... | 2026-02-06T10:44:32.490196Z |
2,746 | 1 | 2026-02-06T10:44:32.490215Z | 1,256 | null | null | OLE seems to be effective in the prevention of skin carcinogenesis in vivo. | 2026-02-06T10:44:32.490218Z |
2,747 | 1 | 2026-02-06T10:44:32.490244Z | 1,257 | null | null | Orally administered 10 mg/kg and 25 mg/kg OLE reduced skin carcinogenesis (expressed in terms of number of tumors per mouse) in UVB-irradiated albino hairless HOS: HR-1 mice . | 2026-02-06T12:25:25.970212Z |
2,748 | 1 | 2026-02-06T10:44:32.490267Z | 1,258 | null | null | For 25 mg/kg OLE, this effect was associated with a persistent reduction in (I) the total volume of tumors per mouse, (II) the expression levels of invasion enzymes matrix metalloproteinase 2 (MMP2), pro-MMP9, and MMP9, (III) tissue angiogenesis marker vascular endothelial growth factor (VEGF) and cyclooxygenase-2 (COX... | 2026-02-06T10:44:32.490270Z |
2,749 | 1 | 2026-02-06T10:44:32.490289Z | 1,259 | null | null | OLE also seems effective in the prevention of melanoma growth and metastasis. | 2026-02-06T10:44:32.490292Z |
2,750 | 1 | 2026-02-06T10:44:32.490315Z | 1,260 | null | null | In an in vivo B16F10 (mouse melanoma cell line) allograft model of high-fat diet (HFD)-induced melanoma progression in C57BL/6N mice, HFD containing 0.02% and 0.04% OLE reduced HFD-driven tumor growth and lymph node metastasis, with a mechanism involving (I) inhibition of cell proliferation, as indicated by the reducti... | 2026-02-06T12:28:13.996744Z |
2,751 | 1 | 2026-02-06T10:44:32.490338Z | 1,261 | null | null | According to further in vitro experimental assays, OLE anti-angiogenetic and lymphangiogenetic action relies on the inhibition of lipid and M2-macrophage accumulation . | 2026-02-06T10:44:32.490341Z |
2,752 | 1 | 2026-02-06T10:44:32.490360Z | 1,262 | null | null | In vitro results for OLE are conflicting. | 2026-02-06T10:44:32.490363Z |
2,753 | 1 | 2026-02-06T10:44:32.490385Z | 1,263 | null | null | Incubation of human amelanotic melanoma cell line C32 with 100 μM, 400 μM, and 1000 μM OLE for 72 h promoted cell viability . | 2026-02-06T10:44:32.490388Z |
2,754 | 1 | 2026-02-06T10:44:32.490413Z | 1,264 | null | null | On the contrary, incubation of human melanoma cell lines A375, WM266-4, and M21 with 250 μM, 500 μM, and 800 μM OLE for 72 h produced a dose-dependent decrease in cell viability. | 2026-02-06T10:44:32.490416Z |
2,755 | 1 | 2026-02-06T10:44:32.490437Z | 1,265 | null | null | As deepened in A375 cells, an increase in OLE effectiveness with time may be detected. | 2026-02-06T10:44:32.490440Z |
2,756 | 1 | 2026-02-06T10:44:32.490460Z | 1,266 | null | null | OLE induced inhibition of cell viability after 24 h at a concentration of 800 μM, whereas after 48 and 72 h, a decrease in the percentage of viable cells became significant with a concentration as low as 250 μM . | 2026-02-06T10:44:32.490463Z |
2,757 | 1 | 2026-02-06T10:44:32.490484Z | 1,267 | null | null | After 48 h treatment, 500 μM OLE increased the rate of apoptosis in A375 cells. | 2026-02-06T10:44:32.490487Z |
2,758 | 1 | 2026-02-06T10:44:32.490516Z | 1,268 | null | null | In addition, 24 h incubation with 250 μM OLE was sufficient to reduce invasiveness of A375 cells, while 48 h incubation with the same OLE concentration reduced the phosphorylation of pro-survival kinase Akt . | 2026-02-06T10:44:32.490519Z |
2,759 | 1 | 2026-02-06T10:44:32.490539Z | 1,269 | null | null | As regards in vitro evidence for HT, the effects on cell growth seem to be cell line-dependent. | 2026-02-06T10:44:32.490542Z |
2,760 | 1 | 2026-02-06T10:44:32.490563Z | 1,270 | null | null | Treatment of C32 cells with 100 μM HT for 72 h increased cell viability, which was instead reduced by incubation with 400 μM and 1000 μM HT . | 2026-02-06T10:44:32.490566Z |
2,761 | 1 | 2026-02-06T10:44:32.490589Z | 1,271 | null | null | Incubation of human melanoma cell line A375 with 100 μM and 200 μM HT significantly diminished cell viability after 48 h. On the contrary, 48 h treatment of melanoma cell line MNT1 with 100 μM and 200 μM HT had no significant effect on cell viability. | 2026-02-06T10:44:32.490592Z |
2,762 | 1 | 2026-02-06T10:44:32.490611Z | 1,272 | null | null | The authors attributed this dissimilarity between the mentioned cell lines to differences in the active metabolic pathways. | 2026-02-06T10:44:32.490614Z |
2,763 | 1 | 2026-02-06T10:44:32.490642Z | 1,273 | null | null | Expression analysis revealed a significant transcriptional upregulation of lactate dehydrogenase B (LDHB) and LDHC (accounting for lactate conversion into pyruvate) and glutamine synthetase (GLUL) in MNT1 cells in comparison with the A375 cell line, while sodium-coupled neutral amino acid transporter 1 (SNAT1) and SNAT... | 2026-02-06T10:44:32.490645Z |
2,764 | 1 | 2026-02-06T10:44:32.490669Z | 1,274 | null | null | In a further report, treatment of human melanoma cell lines A375, HT-144, and M74 with 50–250 μM HT produced a dose- and time-dependent decrease in cell viability after 24, 48, and 72 h . | 2026-02-06T10:44:32.490672Z |
2,765 | 1 | 2026-02-06T10:44:32.490694Z | 1,275 | null | null | A detailed analysis on A375 cells (treated with 250 μM, 375 μM, and 500 μM HT) and HT-144 cells (incubated with 250 μM, 350 μM, and 450 μM HT) performed for 24 and 48 h revealed an increase in the rate of apoptosis in both cell lines, with a dose- and time-dependent increase in tumor suppressor p53 and reduction in gro... | 2026-02-06T10:44:32.490697Z |
2,766 | 1 | 2026-02-06T10:44:32.490717Z | 1,276 | null | null | The activation of apoptosis pathway was further confirmed by an increase in apoptosis markers pro-activated and cleaved (activated) forms of caspase-3, a dose- and time-dependent increase in cleavage (activation) of poly ADP-ribose polymerase 1 (PARP-1), and a dose-dependent increase in the phosphorylation of histone H... | 2026-02-06T10:44:32.490720Z |
2,767 | 1 | 2026-02-06T10:44:32.490739Z | 1,277 | null | null | HT-mediated induction of apoptosis was related to ROS accumulation in both cell lines at the indicated HT concentrations, which was detected after 24 and 48 h . | 2026-02-06T10:44:32.490742Z |
2,768 | 1 | 2026-02-06T10:44:32.490762Z | 1,278 | null | null | Thyroid cancer is a category of neoplastic lesions with a highly variable degree of aggressiveness, arising from parafollicular C cells (resulting in medullary thyroid cancers) and follicular thyroid cells (producing follicular thyroid cancer, papillary thyroid cancer, poorly differentiated thyroid cancer, Hürthle cell... | 2026-02-06T10:44:32.490765Z |
2,769 | 1 | 2026-02-06T10:44:32.490787Z | 1,279 | null | null | In vitro, treatment of human papillary thyroid carcinoma cell line TPC-1 and poorly differentiated thyroid gland carcinoma cell line BCPAP with 50–100 μM OLE for 48 h produced a significant reduction in cell viability attributable to S phase and G2/M phase cell cycle block, respectively. | 2026-02-06T10:44:32.490791Z |
2,770 | 1 | 2026-02-06T10:44:32.509693Z | 1,280 | null | null | In both cell lines, 50–100 μM OLE exerted an antioxidant activity against hydrogen peroxide (H2O2)-induced perturbation of ROS homeostasis. | 2026-02-06T10:44:32.509702Z |
2,771 | 1 | 2026-02-06T10:44:32.509736Z | 1,281 | null | null | Also, 100 μM OLE caused a short-lasting (30 to 60 min) reduction in phosphorylated forms pro-survival kinases ERK (phospho-ERK) and Akt (phospho-Akt) in TPC-1 and BCPAP cells . | 2026-02-06T10:44:32.509740Z |
2,772 | 1 | 2026-02-06T10:44:32.509767Z | 1,282 | null | null | Incubation of papillary thyroid cancer cell lines TPC-1 and FB-2 with 324–973 μM HT decreased cell viability after 24 and 48 h in a dose-dependent manner. | 2026-02-06T10:44:32.509771Z |
2,773 | 1 | 2026-02-06T10:44:32.509794Z | 1,283 | null | null | A stronger action was exerted on follicular thyroid cancer cell line WRO, whose cell viability was reduced even at lower doses of HT after 24 h (162 μM) and 48 h (65 μM) treatment . | 2026-02-06T10:44:32.509797Z |
2,774 | 1 | 2026-02-06T10:44:32.509818Z | 1,284 | null | null | After 24 h incubation, 324 μM HT elicited an increase in the percentage of apoptotic and necrotic cells in all the three mentioned cell lines (with a concomitant downregulation of pro-proliferative cyclin D1 and upregulation of tumor suppressor p21 at both mRNA and protein levels), increased protein level of tumor supp... | 2026-02-06T10:44:32.509821Z |
2,775 | 1 | 2026-02-06T10:44:32.509841Z | 1,285 | null | null | Currently, lung cancer represents the most commonly diagnosed cancer and the main cause of cancer-related deaths worldwide, including small cell carcinoma and more common non-small cell carcinoma . | 2026-02-06T10:44:32.509845Z |
2,776 | 1 | 2026-02-06T10:44:32.509868Z | 1,286 | null | null | In adenocarcinomic human alveolar epithelial cells A549 (a model for non-small cell lung cancer), 50 μM and 150 μM OLE-induced apoptosis after 24 h incubation was mediated by the decrement in Bcl-2 and Bcl-XL anti-apoptotic proteins flanked by the increase in (I) mitochondrial-located pro-apoptotic protein Bax, (II) cy... | 2026-02-06T10:44:32.509871Z |
2,777 | 1 | 2026-02-06T10:44:32.509896Z | 1,287 | null | null | Consistent with these data, incubation of non-small cell lung cancer cell line H1299 with 50–200 μM OLE for 24 h elicited a dose-dependent G2/M phase cell cycle block and apoptosis, with effects on Bcl-2, Bax, cytochrome c, and caspase-3 that were similar to those documented for A549 cells . | 2026-02-06T10:44:32.509899Z |
2,778 | 1 | 2026-02-06T10:44:32.509919Z | 1,288 | null | null | However, the underlying molecular mechanism ruling OLE activity differed between the two cell lines. | 2026-02-06T10:44:32.509922Z |
2,779 | 1 | 2026-02-06T10:44:32.509943Z | 1,289 | null | null | The effects elicited by 150 μM OLE on mGlo2 levels in A549 cells were strictly dependent on OLE-induced increase in superoxide dismutase 2 (SOD2) detoxicating action against superoxide (O2), and on the inhibition of the Akt signalling pathway. | 2026-02-06T10:44:32.509946Z |
2,780 | 1 | 2026-02-06T10:44:32.509968Z | 1,290 | null | null | This was not surprising, since in A549 cells, O2 supports Akt activations, promoting cell survival . | 2026-02-06T10:44:32.509972Z |
2,781 | 1 | 2026-02-06T10:44:32.509993Z | 1,291 | null | null | In H1299 cells, the observed apoptosis was instead determined by OLE-induced phosphorylation of p38 mitogen-activated protein kinase (MAPK), accompanied by an increased rate of phosphorylation of activating transcription factor-2 (ATF-2), involved in cell cycle regulation, as documented in both tumorigenesis and cell d... | 2026-02-06T10:44:32.509996Z |
2,782 | 1 | 2026-02-06T10:44:32.510018Z | 1,292 | null | null | In A549 cell line, HT showed an increase in effectiveness of its anti-proliferative activity with respect to time, with the IC50 values changing from 230.60 μM to 149.36 μM in 72 h . | 2026-02-06T10:44:32.510021Z |
2,783 | 1 | 2026-02-06T10:44:32.510041Z | 1,293 | null | null | This piece of data was confirmed in another report. | 2026-02-06T10:44:32.510044Z |
2,784 | 1 | 2026-02-06T10:44:32.510066Z | 1,294 | null | null | In fact, for A549 cells, mean IC50 ± S.E.M. = 147.0 ± 16.5 μM was reported after 48 h incubation . | 2026-02-06T10:44:32.510069Z |
2,785 | 1 | 2026-02-06T10:44:32.510089Z | 1,295 | null | null | Malignant pleural mesothelioma arises from mesothelial cells and is characterized by a pronounced aggressiveness and poor prognosis. | 2026-02-06T10:44:32.510092Z |
2,786 | 1 | 2026-02-06T10:44:32.510112Z | 1,296 | null | null | On the basis of histological features, mesothelioma is classified as epithelioid, sarcomatoid, or biphasic, with epithelioid type offering the best median survival . | 2026-02-06T10:44:32.510115Z |
2,787 | 1 | 2026-02-06T10:44:32.510136Z | 1,297 | null | null | Pleural epithelioid mesothelioma REN cell line was utilized to demonstrate that OLE exhibited a cytotoxic activity (IC50 = 25 μg/mL, ≈46 μM), and that both OLE and HT (10–100 μM) mobilized extracellular Ca in a dose-dependent manner . | 2026-02-06T10:44:32.510139Z |
2,788 | 1 | 2026-02-06T10:44:32.510158Z | 1,298 | null | null | Breast cancer is the most frequent malignant tumor in women worldwide, with a constantly rising incidence . | 2026-02-06T10:44:32.510161Z |
2,789 | 1 | 2026-02-06T10:44:32.510181Z | 1,299 | null | null | Treatment of breast cancer is based on the molecular subtype, a classification that in the first instance takes into account the immunohistochemically assayed expression of hormone receptors estrogen receptor (ER) and progesterone receptor (PR), and gene amplification or overexpression of human epidermal growth factor ... | 2026-02-06T10:44:32.510184Z |
2,790 | 1 | 2026-02-06T10:44:32.510203Z | 1,300 | null | null | Triple negative breast cancer identifies a category of tumors lacking the three mentioned receptors . | 2026-02-06T10:44:32.510207Z |
2,791 | 1 | 2026-02-06T10:44:32.510230Z | 1,301 | null | null | In an in vivo model of tumor xenograft (triple negative MDA-MB-231 cell line) in BALB/c OlaHsd-foxn1 mice, animals receiving 50 mg/kg OLE for 4 weeks showed a decrease in tumor size, together with a reduction in actors involved in cell growth/proliferation: transcription factor NF-κB and cyclin D1 . | 2026-02-06T15:23:34.821048Z |
2,792 | 1 | 2026-02-06T10:44:32.510253Z | 1,302 | null | null | Instead, levels of tumor suppressor p21 increased after OLE injection. | 2026-02-06T10:44:32.510256Z |
2,793 | 1 | 2026-02-06T10:44:32.510275Z | 1,303 | null | null | The effects elicited by OLE were accompanied by the induction of apoptosis, as demonstrated by caspase-3 activation, increase in Bax levels, and reduction in Bcl-2 protein expression . | 2026-02-06T10:44:32.510278Z |
2,794 | 1 | 2026-02-06T10:44:32.510298Z | 1,304 | null | null | In vitro, OLE action appears to be independent of HER2 gene amplification/overexpression and hormone receptor status. | 2026-02-06T10:44:32.510301Z |
2,795 | 1 | 2026-02-06T10:44:32.510325Z | 1,305 | null | null | Using MCF-7 cell line, which is devoid of HER-2 overexpression , 200 μg/mL (≈370 μM) OLE for 48 h showed a specific cytotoxic effect on MCF-7 cell line, leaving the non-cancerous cell line MCF-10A unharmed. | 2026-02-06T10:44:32.510328Z |
2,796 | 1 | 2026-02-06T10:44:32.510348Z | 1,306 | null | null | The observed effect on cell viability was accompanied by the upregulation of the expression of Prdx1-Prdx6, encoding for antioxidant and chaperone proteins peredoxins . | 2026-02-06T10:44:32.510351Z |
2,797 | 1 | 2026-02-06T10:44:32.510373Z | 1,307 | null | null | The induction of apoptosis triggered by the same concentration of OLE in MCF-7 cells was confirmed in another study after 12 h incubation . | 2026-02-06T10:44:32.510376Z |
2,798 | 1 | 2026-02-06T10:44:32.510398Z | 1,308 | null | null | Treatment of MCF-7 cells with 200 μM and 400 μM OLE for 24 h produced a notable decrease in cell viability. | 2026-02-06T10:44:32.510401Z |
2,799 | 1 | 2026-02-06T10:44:32.510422Z | 1,309 | null | null | Specifically, at a concentration of 400 μM, OLE increased MCF-7 cell death by apoptosis induction . | 2026-02-06T10:44:32.510425Z |
2,800 | 1 | 2026-02-06T10:44:32.510447Z | 1,310 | null | null | OLE effects might depend on the upregulation of p53 and Bax, and downregulation of Bcl-2, as demonstrated by incubating MCF-7 cells with 200 μM OLE for 48 h . | 2026-02-06T10:44:32.510450Z |
2,801 | 1 | 2026-02-06T10:44:32.510469Z | 1,311 | null | null | Other studies using a very large concentration of OLE (600 μg/mL, ≈1100 μM) shed some light on a different mechanism ruling OLE-dependent induction of apoptosis. | 2026-02-06T10:44:32.510472Z |
2,802 | 1 | 2026-02-06T10:44:32.510493Z | 1,312 | null | null | In fact, treatment of MCF-7 cells with the mentioned OLE concentration for 48 and 72 h reduced histone deacetylase 2 (HDAC2) and HDAC3 gene transcription in a time-dependent manner , and downregulated oncomiRs miR-21 and miR-155 . | 2026-02-06T10:44:32.510496Z |
2,803 | 1 | 2026-02-06T10:44:32.510525Z | 1,313 | null | null | However, OLE-mediated effects on ER-positive cell viability may also be appreciated at lower doses. | 2026-02-06T10:44:32.510529Z |
2,804 | 1 | 2026-02-06T10:44:32.510550Z | 1,314 | null | null | In fact, 30 μM and 50 μM OLE were able to reduce MCF-7 cell viability after 48 h, with no significant increase in the apoptotic rate . | 2026-02-06T10:44:32.510553Z |
2,805 | 1 | 2026-02-06T10:44:32.510577Z | 1,315 | null | null | Moreover, 150 μM OLE reduced cell viability of ER-positive MCF-7 and T47D cells after 24 h . | 2026-02-06T10:44:32.510580Z |
2,806 | 1 | 2026-02-06T10:44:32.510602Z | 1,316 | null | null | Further experiments on MCF-7 cell line demonstrated a dose-dependent OLE-mediated antiproliferative effect on 17β-estradiol (E2)-induced cell growth when OLE concentration was used in the range of 10–75 μM. Instead, concentrations ≥ 100 μM were found to be toxic . | 2026-02-06T10:44:32.510605Z |
2,807 | 1 | 2026-02-06T10:44:32.510625Z | 1,317 | null | null | As regards a possible anti-estrogenic action, 10 μM OLE had no effect on estrogen receptor α (ERα) basal activation, and 10–75 μM OLE had irrelevant activity on E2-induced ERα activation and E2-modulated ERα expression, but reduced E2-induced ERK1/2 phosphorylation . | 2026-02-06T10:44:32.510628Z |
2,808 | 1 | 2026-02-06T10:44:32.510647Z | 1,318 | null | null | In ER-positive cells, invasiveness may be suppressed by OLE-mediated induction of autophagy. | 2026-02-06T10:44:32.510650Z |
2,809 | 1 | 2026-02-06T10:44:32.510673Z | 1,319 | null | null | In fact, treatment of MCF-7 and T47D cell lines with 100 μM OLE reversed hepatocyte growth factor (HGF)- and 3-methyladenine (3-MA, an autophagy inhibitor)-induced migration, upregulating LC3II/LC3I and Beclin1, while downregulating p62 . | 2026-02-06T10:44:32.510676Z |
2,810 | 1 | 2026-02-06T10:44:32.510699Z | 1,320 | null | null | OLE was also able to reduce proliferation in triple negative breast cancer cell lines MDA-MB-231 and MDA-MB-468 after 48 h incubation (IC50 = 500 μM), with RNA sequencing revealing alterations of the expression profile of genes involved in cell death, apoptosis, and response to stress . | 2026-02-06T10:44:32.510702Z |
2,811 | 1 | 2026-02-06T10:44:32.510723Z | 1,321 | null | null | Other reports documented that a dose as low as 50 μM was able to reduce MDA-MB-231 cell viability after 72 h incubation and IC50 = 36.2 μM was estimated for 72 h treatment . | 2026-02-06T10:44:32.510726Z |
2,812 | 1 | 2026-02-06T10:44:32.510747Z | 1,322 | null | null | A further attempt to deepen the mechanism of action in triple negative breast cancer showed that 12.5–100 μM OLE affected MDA-MB-231 cell viability in a dose- and time-dependent manner, reducing cellular migration and invasion capabilities, especially at doses ≥ 25 μM. OLE was able to induce dose-dependent apoptosis af... | 2026-02-06T10:44:32.510750Z |
2,813 | 1 | 2026-02-06T10:44:32.510770Z | 1,323 | null | null | A deeper analysis, performed using a dose of 100 μM, revealed caspase-3/7 activation after 48 and 72 h, and a reduction in NF-κB phospho-p65 nuclear localization after 12 h . | 2026-02-06T10:44:32.510773Z |
2,814 | 1 | 2026-02-06T10:44:32.510794Z | 1,324 | null | null | In a breast cancer cell line identified by the authors only by the letters “MDA”, 200 μg/mL OLE was able to interfere with the metastatic process, causing a time-dependent increase in mRNA levels of MMP inhibitors TIMP metallopeptidase inhibitor 1 (TIMP1) and TIMP3, while TIMP4 showed no further increase after 48 h inc... | 2026-02-09T16:18:57.789046Z |
2,815 | 1 | 2026-02-06T10:44:32.510816Z | 1,325 | null | null | Simultaneously, the same concentration of OLE triggered a time-dependent decline in MMP2 and MMP9 mRNA levels . | 2026-02-06T10:44:32.510819Z |
2,816 | 1 | 2026-02-06T10:44:32.510839Z | 1,326 | null | null | As regards HT activity in vivo, in a model of dimethylbenz[α]anthracene-induced mammary tumors in Sprague–Dawley rats treated with HT (0.5 mg/kg, 5 days/week for 6 weeks) reduced tumor growth, modulating the expression of genes involved in apoptosis and cell proliferation/survival . | 2026-02-06T10:44:32.510842Z |
2,817 | 1 | 2026-02-06T10:44:32.512332Z | 1,327 | null | null | The relation between HT cytotoxic action in vitro and HER2 overexpression/hormone receptor status is less clear. | 2026-02-06T10:44:32.512339Z |
2,818 | 1 | 2026-02-06T10:44:32.512366Z | 1,328 | null | null | Incubation of MCF-7 cell line with 50 μg/mL HT (≈324 μM) for 12 h was sufficient to trigger apoptosis , despite the fact that this result was not uniformly reproduced. | 2026-02-06T10:44:32.512370Z |
2,819 | 1 | 2026-02-06T10:44:32.512394Z | 1,329 | null | null | In other experimental settings involving MCF-7 cells, the anti-proliferative activity of HT became evident at higher as well as even lower concentrations. | 2026-02-06T10:44:32.512397Z |
2,820 | 1 | 2026-02-06T10:44:32.512421Z | 1,330 | null | null | HT used in the range of 5–400 μM for 16 h had no effect on MCF-7 cell proliferation; it became inhibited only at 600 μM . | 2026-02-06T10:44:32.512424Z |
2,821 | 1 | 2026-02-06T10:44:32.512447Z | 1,331 | null | null | Another report documented a dose- and time-dependent effect of HT on MCF-7 cell viability, with 250 μM decreasing the percentage of viable cells after 72 h treatment, and 400 μM HT reducing cell viability as a consequence of 48 and 72 h incubation . | 2026-02-06T10:44:32.512450Z |
2,822 | 1 | 2026-02-06T10:44:32.512471Z | 1,332 | null | null | However, at sub-lethal concentration (200 μM), HT had an impact on both (I) oxidative stress response, augmenting mRNA and protein levels of transcription factor nuclear respiratory factor 2 (Nrf2) and upregulating the transcription of its targets glutathione S-transferase alpha 2 (GSTA2) and heme oxigenase-1 (HO-1), a... | 2026-02-06T10:44:32.512475Z |
.zip containing all .json and .tsv output files from annotations carried out in LabelStudio. These are considered the raw outputs of curation carried out for this data.
In this case data was annotated for the entity type "CellLine" only.
The following EuropePMC articles were annotated here:
Annotations were completed in alignment with the following annotation guidelines: https://github.com/EuropePMC/OTAR3088/blob/main/docs/annotation_guidelines.md