Skip to content

pytximport 0.3.0

Compare
Choose a tag to compare
@maltekuehl maltekuehl released this 04 Jun 17:53
· 86 commits to main since this release
d9b128b

API

  • Change the default output_type to "anndata".
  • When a biotype filter is used, the abundance of the remaining transcripts after filtering will now be rescaled to match the total abundance pre-filtering for each sample.
  • Bug fix: Now returns AnnData objects when returning transcript-level data if output_type is "anndata".

Other changes

  • Run CI on dev branch.