美文网首页
Downstream of scRNA analysis ---

Downstream of scRNA analysis ---

作者: 不到15不改名 | 来源:发表于2019-10-31 16:14 被阅读0次

import scanpy as sc

Data structure

image.png

Main API and it's logic

  1. sc.pp.blabla
    pp = preprocessing
    perform a basic transformation on the data matrix, i.e., the numpy array .X.
  2. sc.tl.blabla
    tl = tools
    add annotation to the data, i.e., change pandas dataframe .var and .obs
  3. sc.pl.blabla
    pl = plotting
    plot function, largely parallels the tl.* and a few of the pp.* functions

other API can be found in references.


Discussion

This data structure is a very classical bioinformatic data structure, which ensembles some in Bioconductor.


References
https://scanpy.readthedocs.io/en/stable/basic_usage.html

相关文章

网友评论

      本文标题:Downstream of scRNA analysis ---

      本文链接:https://www.haomeiwen.com/subject/bjetbctx.html