Skip to content

Smart-seq vars in 0.25 #93

@JBreunig

Description

@JBreunig

Describe the issue
Trying to align paired Smart-seq data with the following command (or similar with alternate Human references), I get variable var types in my loom file but never the standard "gid" as with 10X data alignment to facilitate easy conversion back to the gene symbol with t2g.txt or other means.

EDIT: aligning a human 10X dataset (changing -x 10xv3) with 0.25 & same reference works fine and gives appropriate vars:
HuGBMv3_10X2.var
Out[3]:
Empty DataFrame
Columns: []
Index: [ENSG00000277400.1, ENSG00000274847.1, ENSG00000276256.1, ENSG00000278198.1

HuGBMv3_10X2
Out[4]:
AnnData object with n_obs × n_vars = 98545 × 58367

Using this reference or other (all human) references from your repositories or other with smart-seq fastqs, I get:
adata
Out[56]: AnnData object with n_obs × n_vars = 384 × 227368

adata.var
Out[55]:
Empty DataFrame
Columns: []
Index: [ENST00000003583.12, ENST00000003912.7, ENST00000008440.9,....

adata
Out[50]:
AnnData object with n_obs × n_vars = 384 × 188753

adata.var
Out[33]:
Empty DataFrame
Columns: []
Index: [ENST00000631435.1, ENST00000434970.2, ENST00000448914.1, ENST00000415118.1, ENST00000632684.1,...

adata
Out[27]: AnnData object with n_obs × n_vars = 384 × 845338

adata.var
Out[28]:
Empty DataFrame
Columns: []
Index: [ENSG00000277400.1.A14056, ENSG00000277400.1.A32841, ENSG00000277400.1.A35311,
What is the exact command that was run?
kb count -i /mnt/WD2TBunderside/WorkingHumanRefKBtools081520/Patcher096release/index.idx -g /mnt/WD2TBunderside/WorkingHumanRefKBtools081520/Patcher096release/t2g.txt -x SMARTSEQ -o BT1030e BT1030*.gz --loom --verbose -t 56 -m 196G

or are these outputs expected?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions