Skip to content
View YCHuang0610's full-sized avatar
🐶
Working from home
🐶
Working from home
  • Peking University
  • Beijing, China

Highlights

  • Pro

Block or report YCHuang0610

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. ImageUtilsTools ImageUtilsTools Public

    A Python package for brain surface visualization and transcriptomic association analysis.

    Python 5 1

  2. Python did't have a package to calcu... Python did't have a package to calculate a pairwised partial correlation matrix when regressing the predefined covariances just like Matlab's partialcorr(X, Z) function. Unlike the pcorr function in pingouin package, you can used a set of unchangeable covariances to regress and generated a pairwised matrix.
    1
    import numpy as np
    2
    from scipy import stats, linalg
    3
    
                  
    4
    
                  
    5
    """
  3. LbGP-gut-microbiome LbGP-gut-microbiome Public

    Code repository of LbGP article

    R

  4. FsMeshQC FsMeshQC Public

    Quality assessing tool for cortical surface meshes generated by FreeSurfer.

    Python