Skip to content

Instantly share code, notes, and snippets.

View dburkhardt's full-sized avatar

Daniel Burkhardt dburkhardt

View GitHub Profile
@dburkhardt
dburkhardt / issue.md
Last active April 2, 2020 16:18
Issue

Hi, I just wanted to bring this back up again because I've been logging some of the issue's I've encountered. It seems we're at a bit of a philosophical divide, and so perhaps it's best for me to just register which use cases I have that AnnData / scanpy are causing me friction:

Instead of pasting all errors, I'm just going to paste code blocks I wish worked. Note, these are actual use cases I have regularly.

1. Cannot pass AnnData to numpy or sklearn operators

import scanpy as sc
import numpy as np
import pandas as pd
tissue subtissue gene
Endoderm Endoderm PRDX5
Endoderm Endoderm FOXA1
Endoderm Endoderm FOXA2
Endoderm Pharyngeal endoderm NKX2.7
Endoderm Pharyngeal endoderm IRX7
Endoderm Posterior (pancreatic and interstinal endoderm) CDX4
Axial Mesoderm Prechordal plate HE1A
Axial Mesoderm Prechordal plate HE1B
Axial Mesoderm Prechordal plate CTSLB

GENE 760 – Problem Set 3

The purpose of this problem set is to familiarize students with the analysis of mRNA-seq data. By the end of this problem set, you will have learned how to use:

  • STAR to map spliced RNA-seq reads to a genome
  • HTSeq to quantify gene expression as read counts
  • DESeq2 to perform differential expression analysis
  • DAVID and EnrichR to perform gene ontology analysis on a list of genes

Students are to submit a gzipped tarball called _PS3.tar.gz containing:

@dburkhardt
dburkhardt / parquet-cpp_install.log
Created August 27, 2018 18:20
Parquet build failure
==> Making package: parquet-cpp 1.4.0-1 (Mon 27 Aug 2018 02:17:39 PM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found apache-parquet-cpp-1.4.0.tar.gz
==> Validating source files with sha256sums...
apache-parquet-cpp-1.4.0.tar.gz ... Passed
==> Extracting sources...
-> Extracting apache-parquet-cpp-1.4.0.tar.gz with bsdtar
==> Removing existing $pkgdir/ directory...