five

Replication Data for: Comparative performance of the InBios SCoV-2 DetectTM IgG ELISA and the in-house KWTRP ELISA in detecting SARS-CoV-2 spike IgG antibodies in Kenyan populations

收藏
DataONE2024-04-15 更新2024-10-19 收录
下载链接:
https://search.dataone.org/view/sha256:d887bde9bb2a3640bad1bf2b1e71f1a7a6889c72a6ef0c6de5948b80074726b5
下载链接
链接失效反馈
资源简介:
This is a replication dataset for the manuscript titled \"Comparative performance of the InBios SCoV-2 DetectTM IgG ELISA and the in-house KWTRP ELISA in detecting SARS-CoV-2 spike IgG antibodies in Kenyan populations.\" The SARS-CoV-2 seroprevalence estimates have been carried out by institutions under the Kenya Multi-Site Sero-surveillance (KEMIS) collaboration using both the InBios SCoV-2 DetectTM IgG ELISA and in house KWTRP ELISA. For the comparability of data collected using both tests by KEMIS participating sites, we conducted a direct comparison of these assays. We directly used pre-pandemic serum/plasma collected in 2018 from 454 blood donors and 173 malaria cross-sectional survey participants designated gold standard negatives. As gold standard positives, we assayed serum/plasma from 159 SARS-CoV-2 PCR-positive patients and 166 vaccination-confirmed participants.We obtained ODs(Optical density) from the samples' reactivity to SARS-CoV-2 antigen on both ELISA assays. We then expressed the OD into a ratio using the control samples. The ratios from both assays were then used to determine specificity, sensitivity, and prevalence. Pairwise comparisons between the InBios and KWTRP was done and assays’ reproducibility was assesed by examining the raw ODs and coefficient of variation (CV) for the negative, positive and cut-off controls.
创建时间:
2024-09-25
用户留言
有没有相关的论文或文献参考?
这个数据集是基于什么背景创建的?
数据集的作者是谁?
能帮我联系到这个数据集的作者吗?
这个数据集如何下载?
点击留言
数据主题
具身智能
数据集  4099个
机构  8个
大模型
数据集  439个
机构  10个
无人机
数据集  37个
机构  6个
指令微调
数据集  36个
机构  6个
蛋白质结构
数据集  50个
机构  8个
空间智能
数据集  21个
机构  5个
5,000+
优质数据集
54 个
任务类型
进入经典数据集
热门数据集

中国区域交通网络数据集

该数据集包含中国各区域的交通网络信息,包括道路、铁路、航空和水路等多种交通方式的网络结构和连接关系。数据集详细记录了各交通节点的位置、交通线路的类型、长度、容量以及相关的交通流量信息。

data.stats.gov.cn 收录

SVAMP

在解决基础应用数学问题时,模型往往主要依赖于浅层启发式方法,而非进行深度推理。因此,一个更具挑战性且经过可靠评估的SVAMP数据集被引入。该数据集改编自现有的数据集,用于评估模型在数学问题解决和推理能力方面的敏感性,其难度保持在相当于小学四年级的水平。

github 收录

猫狗分类

## 数据集描述 ### 数据集简介 本数据集是简单的猫狗二分类数据集,共2个类别,其中训练集包含275张带注释的图像,验证集包含70张带注释的图像。整个数据集共10.3MB,可用于快速模型验证、性能评估、小数据集训练等。 ### 数据集支持的任务 可用于快速模型验证、性能评估、小数据集训练等。 ## 数据集的格式和结构 ### 数据格式 数据集包括训练集train和验证集val,train和val文件夹之下按文件夹进行分类,共有2个子文件夹,同类别标签的图片在同一个文件夹下,图片格式为JPG。同时包含与标注文件中label id相对应的类名文件classname.txt。 ### 数据集加载方式 ```python from modelscope.msdatasets import MsDataset from modelscope.utils.constant import DownloadMode ms_train_dataset = MsDataset.load( 'cats_and_dogs', namespace='tany0699', subset_name='default', split='train') # 加载训练集 print(next(iter(ms_train_dataset))) ms_val_dataset = MsDataset.load( 'cats_and_dogs', namespace='tany0699', subset_name='default', split='validation') # 加载验证集 print(next(iter(ms_val_dataset))) ``` ### 数据分片 本数据集包含train和val数据集。 | 子数据集 | train | val | test | |---------|-------------:|-----------:|---------:| | default | 训练集 | 验证集 | / | ### Clone with HTTP ```bash git clone https://www.modelscope.cn/datasets/tany0699/cats_and_dogs.git ```

魔搭社区 收录

XS-Video

XS-Video数据集是由中国科学院自动化研究所MAIS实验室提出的一个大规模现实世界短视频传播数据集。该数据集收集了来自中国五大平台(抖音、快手、西瓜视频、今日头条、哔哩哔哩)的117720个短视频,包含381926个样本和535个话题,覆盖了从发布后的互动信息,如观看、点赞、分享、收藏、粉丝和评论等。数据集通过跨平台指标对齐方法,对视频的长期传播影响力进行评分,分为0到9级,旨在为短视频传播研究提供全面的互动信息和内容特征。

arXiv 收录

Stanford Cars

Cars数据集包含196类汽车的16,185图像。数据被分成8,144训练图像和8,041测试图像,其中每个类被大致分成50-50。类别通常在品牌,型号,年份,例如2012特斯拉Model S或2012 BMW M3 coupe的级别。

OpenDataLab 收录