powered by
Retrieve gene by Gene set Name
msig_gene(..., list = TRUE, info = TRUE)# S3 method for character msig_gene(..., list = TRUE, info = TRUE)# S3 method for data.frame msig_gene(..., list = TRUE, info = TRUE)
# S3 method for character msig_gene(..., list = TRUE, info = TRUE)
# S3 method for data.frame msig_gene(..., list = TRUE, info = TRUE)
one or more geneset names, which can be little or capital.
logical, default is FALSE, whether to show result by list.
logical, whether to show information about gene set.
Print detail information about the geneset, number of genes and return all gene names.
# NOT RUN { genes <- msig_gene('izadpanah_stem_cell_adipose_vs_bone_dn', 'REACTOME_DEGRADATION_OF_AXIN') genes |> msig_view() # } # NOT RUN { # }
Run the code above in your browser using DataLab