Skip to content

NCI60 has more than 60 cell lines in our current data #231

@jjacobson95

Description

@jjacobson95

Based on unique improve_sample_ids, our NCI60 experiments data has 92 unique samples / cell lines. As far as I am aware, the NCI60 should have 60.

Reproduce:

Download Data on the Command line:

coderdata download --prefix broad_sanger
coderdata download --prefix genes

View Data in Python

import coderdata as cd
bs = cd.DatasetLoader("broad_sanger")
len(bs.experiments[bs.experiments.study =="NCI60"].improve_sample_id.unique())
print(bs.experiments[bs.experiments.study =="NCI60"].improve_sample_id.unique())

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions