A Systems Survey of Progressive Host-Cell Reorganization during Rotavirus Infection
收藏NIAID Data Ecosystem2026-03-11 收录
下载链接:
https://figshare.com/articles/dataset/A_Systems_Survey_of_Progressive_Host-Cell_Reorganization_during_Rotavirus_Infection/11616831
下载链接
链接失效反馈官方服务:
资源简介:
Single cell data extracted from a genome-wide siRNA screen of HCT116 colon cancer cells. Extracted features quantify nuclear and rotavirus infection phenotypes based on DAPI and Viral Protein 6 markers. These include nuclear and cell shape, texture values, intensity values and infection values.
Example script for retrieving measurements from this dataset in MatLab
% To get the list of available data namesstrFilePath = 'HDF_SingleCell.hdf';
hinfo= hdf5info(strFilePath)hinfo.GroupHierarchy.Groups.Name
% A dataset is available for each well. Plate number character 3-4,% plate replicate character 7, followed by the row and column numberwellName = 'T810r2iR11C16';
% Read specific dataseth5read(strFilePath,strcat('/', wellName, '/matCompleteData'))
% Get feature names: 168 features are available for each single cellallfeatures = h5read(stFilePath,'/ProbModelData/strFinalFieldName');
创建时间:
2020-01-31



