Deck 13: .uns

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:51 PM on 8/27/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

4 Terms

1
New cards

What kind of information lives in .uns ?

Miscellaneous data that doesn't fit "one value per cell" or "one value per gene" → e.g. plotting colors, computed graphs, or a record of processing steps applied.

2
New cards

What Python data structure does .uns behave like?

A plain dictionary

  • You store and retrieve with adata.uns['key'] = value / adata.uns['key'].


3
New cards

What does adata.uns['neighbors'] typically store?

A graph computed by sc.pp.neighbors().

4
New cards

What does adata.uns['log1p'] typically record?

That log normalization was applied to the data.