CoolFace
Datasetpublic

depinwang/lsec-fcn2-splicing-viz-pseudobulk-psi-v1

lsec-fcn2-splicing-viz-pseudobulk-psi-v1 JAseC-faithful pseudobulk PSI replication for the FCN2 SE event, all 17 samples. E/I computed with JAseC's exact counting rules (bamJuncCount_10x: mapped, N-containing CIGAR, CB+UB tags, NH==1, no secondary/supplementary filter, UMI collapse per (junction,strand,cell), antisense merge at same jc_pos). match column compares E_ref/I_ref from the JAseC reference run: 17/17 exact. Dataset Info Rows: 17 Columns: 17… See the full description on the dataset page: https://huggingface.co/datasets/depinwang/lsec-fcn2-splicing-viz-pseudobulk-psi-v1.

sourceHugging Facemitupdated 23d agoView on Hugging Face
0likes71downloads
Dataset Card

lsec-fcn2-splicing-viz-pseudobulk-psi-v1

JAseC-faithful pseudobulk PSI replication for the FCN2 SE event, all 17 samples. E/I computed with JAseC's exact counting rules (bamJuncCount10x: mapped, N-containing CIGAR, CB+UB tags, NH==1, no secondary/supplementary filter, UMI collapse per (junction,strand,cell), antisense merge at same jcpos). match column compares Eref/Iref from the JAseC reference run: 17/17 exact.

Dataset Info

  • —Rows: 17
  • —Columns: 17

Columns

ColumnTypeDescription
srrValue('large_string')sample (SRA run id)
groupValue('large_string')Healthy / F0 / F2-3 / F4
EValue('int64')UMI-collapsed exclusion-junction counts (both strands merged)
inclAValue('int64')UMI-collapsed inclusion junction A counts
inclBValue('int64')UMI-collapsed inclusion junction B counts
IValue('int64')max(inclA, inclB)
PSIValue('float64')I/(I+E)
E_refValue('int64')JAseC reference E for this sample
I_refValue('int64')JAseC reference I for this sample
matchValue('large_string')OK = exact replication, MISMATCH otherwise
E_fwdValue('int64')sense-strand UMI count for E
E_revValue('int64')antisense-strand UMI count for E
I_fwdValue('int64')sense-strand UMI count for I
I_revValue('int64')antisense-strand UMI count for I
readsinregionValue('int64')reads seen in chr9:134880600-134883600
keptValue('int64')reads passing all JAseC filters + cell list
n_cellsValue('int64')cells listed for this sample in cell_barcode.tsv.gz

Generation Parameters

json
{
  "script_name": "upload_valerie_artifacts.py",
  "model": "VALERIE-2.1.2 (wenweixiong/VALERIE, PlotPSI.SE.Pos)",
  "description": "JAseC-faithful pseudobulk PSI replication for the FCN2 SE event, all 17 samples. E/I computed with JAseC's exact counting rules (bamJuncCount_10x: mapped, N-containing CIGAR, CB+UB tags, NH==1, no secondary/supplementary filter, UMI collapse per (junction,strand,cell), antisense merge at same jc_pos). match column compares E_ref/I_ref from the JAseC reference run: 17/17 exact.",
  "experiment_name": "lsec-fcn2-splicing-viz",
  "cluster": "turso",
  "job_id": "turso:login-node",
  "artifact_status": "final",
  "canary": true,
  "input_datasets": [
    "depinwang/lsec-jasec-splicing-results-psi-v1"
  ],
  "hyperparameters": {}
}

Usage

python
from datasets import load_dataset

dataset = load_dataset("depinwang/lsec-fcn2-splicing-viz-pseudobulk-psi-v1", split="train")
print(f"Loaded {len(dataset)} rows")

Uploaded via [RACA](https://github.com/Zayne-sprague/Dr-Claude-Code) hf_utility.