Skip to content
View tluquez's full-sized avatar
  • Columbia University
  • New York
  • X @tluquez

Highlights

  • Pro
Block or Report

Block or report tluquez

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. QUARS QUARS Public

    QUAlity control for RNA_Seq, a nextflow pipeline

    Groovy 2 2

  2. GLM with robust weights and standard... GLM with robust weights and standard errors. Functions to tidy the results.
    1
    get_response <- function(formula) {
    2
      if (class(formula) != "formula") {
    3
        stop("Not formula object")
    4
      }
    5
      all.vars(formula[[length(formula) - 1]])
  3. get data frame of proportion of clus... get data frame of proportion of clusters per id and supercluster
    1
    summarize_by_group <- function(data, group, columns = NULL) {
    2
      #' Summarize data by group
    3
      #'
    4
      #' This function aggregates data by group and summarizes specified columns.
    5
      #'
  4. consensus_scHPF_wrapper consensus_scHPF_wrapper Public

    Forked from simslab/consensus_scHPF_wrapper

    Python

  5. Libra Libra Public

    Forked from neurorestore/Libra

    R

  6. utils utils Public

    Collection of functions to make my life easier

    R