Skip to content

Commit

Permalink
updated manual and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristinaSchmidt1 committed Feb 13, 2025
1 parent 16ed452 commit bf5c928
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 2 deletions.
6 changes: 6 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

export(ClusterORA)
export(DMA)
export(EquivalentIDs)
export(LoadGaude)
export(LoadHallmarks)
export(LoadKEGG)
Expand Down Expand Up @@ -31,11 +32,14 @@ export(metaproviz_config_path)
export(metaproviz_load_config)
export(metaproviz_reset_config)
export(metaproviz_save_config)
importFrom(KEGGREST,keggGet)
importFrom(KEGGREST,keggList)
importFrom(OmnipathR,ambiguity)
importFrom(OmnipathR,config_path)
importFrom(OmnipathR,id_types)
importFrom(OmnipathR,load_config)
importFrom(OmnipathR,logfile)
importFrom(OmnipathR,ramp_table)
importFrom(OmnipathR,read_log)
importFrom(OmnipathR,reset_config)
importFrom(OmnipathR,save_config)
Expand Down Expand Up @@ -134,6 +138,7 @@ importFrom(purrr,map_int)
importFrom(purrr,partial)
importFrom(purrr,reduce)
importFrom(qcc,mqcc)
importFrom(rappdirs,user_cache_dir)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(reshape2,melt)
Expand All @@ -154,6 +159,7 @@ importFrom(stats,lm)
importFrom(stats,p.adjust)
importFrom(stats,shapiro.test)
importFrom(stringr,str_match)
importFrom(stringr,str_remove)
importFrom(stringr,str_sub)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_trim)
Expand Down
44 changes: 44 additions & 0 deletions man/EquivalentIDs.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion man/LoadRAMP.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion man/ToyData.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bf5c928

Please sign in to comment.