Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding ReadAlevin function [WIP] #896

Closed
wants to merge 5 commits into from
Closed

Commits on Jul 16, 2018

  1. Warn on NA behavior

    If the data used for the regression contains NA values, this will lead to errors downstream.  For example, if one row contains an NA value, it will be removed and create a size mismatch when a data.frame is later constructed using the residuals of all rows, or if a linear model is used, it will create a problem when the QR values are reused.
    evolvedmicrobe committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    55488cd View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. Merge pull request satijalab#619 from evolvedmicrobe/warn_na

    Warn on NA data being used for regression
    andrewwbutler committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    9b8a628 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. Add gene.column option to Read10X to let the user specify which colum…

    …n of genes.tsv to use as gene names
    ChristophH committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    3cd9be0 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. adding alevin loading files

    k3yavi committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    2f47427 View commit details
    Browse the repository at this point in the history
  2. correcting typos

    k3yavi committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    3cdc870 View commit details
    Browse the repository at this point in the history