View source: R/Link_pathway_blocks_gwas.R
link_pwpca_block | R Documentation |
Link the pca score and expression for each pathway genes for each block Requires rownames that are identitcal to block labels loaded previously.
link_pwpca_block(
pa_block,
pca_cell_df,
merge_scexpr,
snp_gene_df,
rawPathway_list
)
pa_block |
snp blocks for pathway. |
pca_cell_df |
pca matrix for cell types. |
merge_scexpr |
mean expression for merged cell types of single cell data. |
snp_gene_df |
Data frame of snp mapping to gene. |
rawPathway_list |
Raw pathway list before filter |
pathway block including "x" "y" "snps" "include_in_inference"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.