View source: R/redunce_pathway.R
reduce_pathway | R Documentation |
Sometimes, the gene lists for pathways are duplicated, it needs a lot of times to running scPagwas. We can used reduce_pathway to reduce them.
reduce_pathway(pathway_seed, pathway_list, remove_proporion = 0.7)
pathway_seed |
randome select the seed pathways, sometimes can be the unredundant pathway set. |
pathway_list |
the list of pathway need to reduce. |
remove_proporion |
the propotion of pathways after reduce. |
reduced pathway gene list
Chunyu Deng
reduce_pathway(
pathway_seed = names(Genes_by_pathway_kegg)[sample(
1:length(Genes_by_pathway_kegg), 20
)],
pathway_list = Genes_by_pathway_kegg,
remove_proporion = 0.7
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.