CoolFace
Datasetpublic

jruffle/tracerx_expression_data

TRACERx Expression Data VST-normalized gene expression data from the TRACERx lung cancer cohort. Contents tracerx_vst_counts.parquet: VST-normalized expression matrix (Parquet format) Rows: 20136 genes Columns: 1051 samples Size: 106.0 MB Usage from huggingface_hub import hf_hub_download import pandas as pd # Download the expression data (Parquet - faster) local_path = hf_hub_download( repo_id="jruffle/tracerx_expression_data"… See the full description on the dataset page: https://huggingface.co/datasets/jruffle/tracerx_expression_data.

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes5downloads
2 commits on main
be29a5c9mo ago

Upload folder using huggingface_hub

jruffle
3e178be9mo ago

initial commit

jruffle