Man pages for nicohuttmann/pOmics
Framework for proteomics data analysis

add_background_variableAdd variable names in as background objects
add_combined_datasetCombines variables in one dataset
add_dataAdds new data
add_databaseAdds new database to .databases
add_datasetAdds new datasets to list
add_group_columnsHelper function for df2groupedList to add column/s to the...
add_importSaves imported files to .imports list
add_info_from_csvAdds all info from imported csv file to observations data
add_observations_dataAdds data to observations data frame
add_observations_setAdds a new set of observations
add_raw_datasetSaves raw data frames to .info list
add_segment_pvalueAdds p-values to geom_segment dataframe fo rdendrogram plot
add_variables_dataAdd data to variables
adjacencyCalculates adjacency matrix from similarity matrix
annotation_data2listTransforms data frame to annotation list
annot_layer_discrete_xCreates discrete annotation layer
ask_nameAsks user for name if no name given
assemble_heatmap_rowwiseCombines subplots to form a heatmap
available_data_framesShows available raw data frames and returns them or prints a...
available_variables_dataShows available raw variables data and returns them or prints...
axis_limit_breaksHelps make nice axis limit breaks
bhcPerforms Benjamini-Hochberg-Correction of set of p-values
browse_msigdbrOpens MSigDB entries
browse_proteinsOpens UniProt page of given protein
build_cor_listBuilds cor_list object with default parameters
button_beginCreates button to hide plots and tables
button_endEnds section hidden by button
cat_functionPrints function snippet to console and clipboard
cat_vector_stringPrints vectors to console in code-form
change_variables_manuallyAllows to manually change the variables data
check_buttonsSets up buttons for HTML document
check_databaseChecks if database is available
choose_taxIdHelps to find taxonomy Id
choose_termsInterface for user to define a list of GO terms
cleanupRemoves all objects except specified analysis objects
cluster_inner_bordersReturns borders between clusters
colnames_classReturns column names from data frame of specific column class
colnames_typeofReturns column names from data frame of specific column type
common_prefixFinds common substring; returns "" if no characters are in...
compare_enrichment_dataCompares enrichment data and returns list of common and...
connectivityVariable-wise connectivity
copy2globalAssigns all arguments with names to Global Environment
copy_templateDownloads template scripts and copies to clipboard
correct_log2fc_anovaCalculates correct log2 fold-changes to replace anova diff...
count_variables_per_observationPerforms analysis
cutree_Like cutree() but returns character vector
cvCalculates coefficient of variation
cv_mCalculates coefficient of variation
data2listPull names vector from
data2tibbleTransforms any data type to a tibble
data.frame2tibbleTransforms data frames to tibble and adds column for row...
data_inputHandles list input for functions
dendrogramComputes a dendrogram from adjacency matrix in cor_object
dendrogram2tableAdds table representation of dendrogram
distribute_quantilesReturns named vector and substitutes numeric values by...
distribute_quantiles_inner_limitsReturns named vector and substitutes numeric values by...
do_2w_anova_iPerforms a two-way ANOVA with an interaction term between...
do_abundance_summaryTemplate for functions that accept either a data frame or a...
do_annotation_compositionCalculates composition of given annotations
do_anovaPerforms one-way ANOVA
do_column_summaryCollapses rows of data frame by specified function and adds...
do_cormatDo a correlation matrix analysis as described by Horvath et...
do_count_id_quantCombines information of identified and quantified proteins
do_exprEvaluates data cell-wise
do_funTemplate for functions that accept either a data frame or a...
do_fun_enrich_dendTemplate for functions that accept either a data frame or a...
do_GSEAPerforms gene set enrichment on numeric protein vector with...
do_GSEA_KEGGPerforms gene set enrichment analysis using KEGG terms
do_GSEA_MSigDBPerforms gene set enrichment analysis using MSigDB...
do_GSEA_ReactomePerforms gene set enrichment analysis using Reactome...
do_GSEA_topGOPerforms gene set enrichment on numeric protein vector with...
do_hclustPerforms hierarchical clustering on data frame
do_hclust_enrich_T2GTemplate for functions that accept either a data frame or a...
do_hclust_transposeChanges x and y dendrograms and transposes hclust data
do_normalizeTemplate for functions that accept either a data frame or a...
do_nothingTemplate for functions that accept either a data frame or a...
do_ORAPerforms overexpression enrichment on logical protein vector...
do_ORA_GOPerforms over-representation analysis using Gene Ontology...
do_ORA_groupsPerforms overexpression enrichment on protein group vectors
do_ORA_KEGGPerforms over-representation analysis using KEGG annotations
do_ORA_MSigDBPerforms over-representation analysis using MSigDB...
do_ORA_ReactomePerforms over-representation analysis using Reactome...
do_ORA_TERM2GENEPerforms over-representation analysis using Gene Ontology...
do_ORA_topGOPerforms overexpression enrichment on logical protein vector...
do_pcaTemplate for functions that accept either a data frame or a...
do_reverse_dendTemplate for functions that accept either a data frame or a...
do_row_summaryCollapses rows of data frame by specified function and adds...
do_scaleScales data (Z-scores) from tibbles or analysis_list...
dot-add_data_attributesAdds entries to data_attributes
dot-data_columnsGet column names containing data independently if variables...
dot-get_data_attributesSaves relevant data attributes in list
do_transposeTransposes tibble and uses first column as column names
dot-set_data_attributesSets relevant data attributes from list
dot-template_namesLists available template names from pOmics-templates...
do_t.testTemplate for functions that accept either a data frame or a...
dot-transpose_data_attributesGet column names containing data independently if variables...
dot-update_data_attributesCompares data attributes with data and removes non-existing...
do_vennTemplate for functions that accept either a data frame or a...
download_templateDownloads template scripts and writes to new file
enrich_dend_Calculates enrichment for each cluster level
enrich_dend_fisherPerforms Fisher's exact test on all cluster levels of given...
enrich_dend_ksPerforms KS test on all cluster levels of given dendrogram
enrichResult2data.frameExtracts result data frame Cluster enrichResult object or...
eval_2w_anova_iClassifies protein changes from two-way ANOVA with...
eval_anovaEvaluates data from ANOVA do_anova() for significant proteins
eval_dend_enrichEvalueates dendrogram enrichment
export_DT_fun_enrichFormats table for nice output (R Markdown)
export_DT_t.testFormats table for nice output (R Markdown)
export_GO_tablePrepares GO table for output in HTML file
export_info_templateExports observations names to csv info template file
export_pdfExports plot to pdf
export_RMD_fun_enrichTemplate for functions that accept either a data frame or a...
export_RMD_t.testTemplate for functions that accept either a data frame or a...
export_svgExports plot to svg
export_tiffExports plot to tiff
extract_mqpar_infoExtracts information from mqpar.xml file
factorize_matrixDivides each row of a matrix by the elements of the specified...
find_data_entryIdentifies data entrys by column names
findORchooseFinds vector entry based on given patterns and lets User...
first_elementReturns first element of vector
fisher_testCalculates p-value from Fisher's exact test
fun_enrichPerforms appropriate enrichment on given sets of proteins or...
fun_enrich_t.testFunctional enrichment of t.test results
g2pTranslates gene symbols into protein accession IDs
geomeanComputes the geometric mean
get_all_attrPrints default dataset attributes
get_all_variablesReturns collective variables from all datasets
get_child_termsReturns all offspring terms of given GO terms
get_cluster_cutReturns group information of specified number of cluster
get_cluster_proteinsReturns vector of proteins
get_cor_dataReturns data from cor_list object
get_dataAssemble data from dataset and return in list
get_databaseReturns database
get_data_nameCheck data type and return data.name
get_data_namesPrints or returns data names
get_datasetChecks and returns correct dataset identifier
get_dataset_attrReturns dataset attribute; does not check if exists
get_datasetsPrints or returns datasets
get_data_template_namesReturns existing templates for raw data
get_default_data_nameReturn default data name
get_default_datasetGet default dataset
get_defaultsReturns default data
get_GOdataSearches for GOdata or makes new
get_GO_proteinsReturns GO terms from given terms
get_info_dataReturns .info data
get_inputReturns possible input names
get_labels_columnChecks default observations labels of no column given
get_MaxQuant_defaultsReturns default list for identifier and data types to import
get_obsReturn observations
get_obs_dataReturn observations data
get_observationsReturn observations
get_observations_dataReturn observations data
get_observations_data_namesReturns observations data names
get_observations_setChecks and returns correct observations set identifier
get_observations_setsReturns observations sets
get_observations_templateCreates template for new variables data
get_OrgDbChecks organism database name from Bioconductor and if...
get_proteinNOT DONE
get_protein_listReturns lists of proteins
get_proteins_TERM2GENERetrieves proteins from annotation terms
get_proteomeReturns all proteome accession numbers of given sepcies
get_raw_datasetReturns raw datasets from .info list
get_taxIdIdentifies taxonomy Id if possible, ask otherwise
get_varReturn variables
get_variablesReturn variables
get_variables_dataReturn variables data
get_variables_data_namesReturns variables data names
get_variables_templateCreates template for new variables data
gg_extract_legendExtract legend from ggplot object
gg_legend.positionRemoves or repositions legend of ggplot
gg_sizeCorrects size to points in ggplots
identify_data_originIdentifies MS spectra analysis software
identify_observationsGuesses observations names from raw_dataset
identify_separatorIdentifies most common character from dataset and tests for...
identify_taxIdChecks protein Ids for their species
identify_variablesFinds feasible identifier columns
import2grouped_dataStores data frame in a list and groups adjacent columns
import2raw_datasetExtracts variables and grouped data from imported data frame
import_fastaImports fasta file and saves proteome
import_filesImports any file type using the file extension and returns...
import_Top100_EVDownloads Top100 protein list and converts to protein...
impute_missForestImputes missing values based on a Random Forest algorithm
impute_normImputes values based on normal distribution
in_Intersects x and y, but keeps names from x
include_groupsAdds group vector to data frame
include_observations_dataAdds group vector to data frame
include_variables_dataAdds group vector to data frame
initialize_data_structureCreates basic data structure
intersect_mIntersect multiple vectors
is_data_nameCheck if data name exists
is_data_originChecks if given data.origin is among the defaults
is_datasetCheck if dataset exists
is_info_dataChecks if .info data exists
is_observations_dataChecks if observations data exists
is_observations_setChecks if observations set exists
is_raw_datasetCheck if raw_dataset exists
is_variables_dataChecks if variables data name exist
ks_testCalculates p-value from Fisher's exact test
last_Returns first element of vector
latex_abbr_tablePrints latex table code to console (made for abbreviations...
list2group_vectorTransforms list to group vector for functional enrichment
list2tibbleTransforms a list to tibble logical indication for variables
list_entries2vectorTransforms list entries to vector of one element each;...
list_filesReturns all files in the Data folder excluding RData
load_msigdb_dataExtracts category specific TERM2GENE data frames from local...
map_variablesReturn variables by matching variables.data
map_variables_dataReturn variables by matching variables.data
match_v2lMatches vector entries to list (stackoverflow question...
matrix2tibbleTransforms matrix to tibble and adds column for row names
matrix_rowsSubsets matrix by rownames and checks for transformations...
mean_or_0Helper function to combine technical replicates (only returns...
merge_enrichResultsMerges a (nested) list of enrichResult objects
merge_TERM2GENECombines TERM2GENE dataframes
most_common_characterFinds and returns most common character in a data
new_analysis_listAdd or replace analysis list
new_cacheCreates new cache list
new_databases_listCreates databases list
new_datasetSorts raw data into data list with attributes
new_datasets_listCreates datasets list
new_default_dataAdd default dataframe if it does not exist
new_imports_listCreates imports list
new_info_listCreates new info list
next_buttonIncreases button count
nice_numberHelp make nice number in R Markdown
normalizeNormalizes and returns data
nulllistReturns list filled with NULL of n length
p2gReturns gene symbol from known proteins in dataset
p2nReturns names from known proteins
paste_terms_overlap_heatmapCombines names and count of annotation terms
plot_bar_compositionPlots data as bar plot with ggplot2
plot_ComplexHeatmapTemplate for functions that accept either a data frame or a...
plot_cormatPlots correlation matrix with dendrograms
plot_count_id_quantBarplot of identified/quantified proteins per sample
plot_dend_enrich_linesPlots -log10 p-value profile of dendrogram enrichment
plot_enrichTPlots lines and cormat enrichment
plot_enrichment_barplotPlots barplot as used by clusterProfiler
plot_eulerPlots Euler diagram from dataframe
plot_gg_barPlots data as bar plot with ggplot2
plot_gg_bar_anova_evalPlots stacked bar plot to indicate significantly changed...
plot_gg_count_id_quantBarplot of identified/quantified proteins per sample
plot_gg_heatmap_protein_overlapCompares log2 fold-changes between two comparisons from an...
plot_gg_heatmap_termsPlots heatmap with dendrograms
plot_gg_xy_fcCompares log2 fold-changes between two comparisons from an...
plot_heatmapPlots heatmap with dendrograms
plot_heatmap_discretePlots heatmap with dendrograms
plot_linesLines plot fo rpublication in ggplot2
plot_nothingTemplate for functions that accept either a data frame or a...
plot_pcaPlots PCA with ggplot2
plot_upsetVisualizes identification data as UpSet plot
plot_vennPlots a venn diagram form given data
plot_volcanoPlots a volcano plot with ggplot2
plot_xyMatches names and plots scatter plot of two variables
pqnProbabilistic quotient normalization
prep_dataPrepares data for analysis
print_optionsPrints options similar to menu() function
protein2functionReturns list vector of protein functions from UniProt
protein2geneTranslates protein accession Ids to gene names
pull_dataPull names vector from
put_dataAssemble data from dataset and return in list
quick_protein_countWrapper around do_count_id_quant
remove_datasetRemoves dataset
remove_observations_dataRemoves observations data
remove_variablesRemoves columns from data frame based on minimum values above...
remove_variables_dataRemoves variables data
reorder_dataReorders dataframe rows according to observations data order
rm_functionsRemoves functions from global environment
same_prefixTest vector of strings for a common prefix of minimal given...
save2cacheSaves data in cache
save_resultsStore analysis object in Analysis list
save_wdSaves given or current working directory
select2outputFormats mapping from select methods
select_DisGeNetImproved select function for DisGeNet databases
select_fastaRetrieve annotation data from imported fasta files
select_orgQueries data from Annotation packages
select_org_2_TERM2GENEExports TERM2GENE dataframe from select_org
select_UniProtImproved select function for UniProt databases
select_UniProt_2_TERM2GENEExports TERM2GENE dataframe from select_org
sep_vector2list# Generates a list from separated vector
set_continuous_axesDefines ggplot panel by ratio, size, unit size, center, and...
set_dataset_attrSets dataset attribute; does not check if exists
set_default_data_nameSet default data name
set_default_datasetUpdates default dataset
set_default_observations_setSet default data set
set_diagonalSets diagonal values of symmetric matrix
setup_CORUM_annotationsDownloads CORUM database for functional enrichment
setup_DisGeNETRegisters API key to use disgenet2r...
setup_EV_TOP_100Downloads Top 100 EV protein markers from Vesiclepedia
setup_foldersCreates folder structure for analysis project
setup_fun_enrichInitiates databases for functional enrichment
setup_msigdbDownloads and prepares MSigDB annotations
setup_org_databaseSets up annotaion database for biological Id translation and...
setup_STRINGdbSets up the STRING database
setup_taxonomy_informationSets up annotaion database for biological Id translation and...
setup_UniProtLoads the species specific UniProt.ws to the .GlobalEnv
set_wdChanges working directory
significantReturns logical vector indication significant p-values
similarityCalculates similarity from correlation
simplify_enrichment_resultsSimplifies enrichment data frame by overlap between...
simplify_GO_terms_semanticRemoves similar GO terms and keeps terms in order (assumes...
simplify_set_overlapRemoves similar protein sets based on minimum overlap
str_locate_lastLocates last position of pattern in given string
str_revReturns given strings in reverse order
strsplit_Same as strsplit but option to return as vector and to...
strsplit_keepPerforms strsplit and keeps elements specified by vector
strsplit_keep_firstPerforms strsplit and keeps first element of each string
strsplit_keep_firstnPerforms strsplit and keeps first n elements of each string
subset_observationsRemoves columns from data frame based on minimum values above...
subset_variablesRemoves columns from data frame based on minimum values above...
summary_proteinsViews a list of proteins
summary_proteins_2Views a list of proteins with links to UniProt
t2g_get_genesGet vector or list of genes mapped to given term/s
t2g_get_matrixGet tibble of terms mapped to genes
t2g_get_termsGet vector or list of terms mapped to given gene/s
t2g_subset_genesSubset term-to-gene data frame by given genes
t2g_subset_termsSubset term-to-gene data frame by given terms
TERM2GENE_2_listSplits TERM2GENE dataframe to list
TERMS_in_proteinsReturns logical dataframe which proteins is annotated by...
theme_epitope_peptides_plotCreate a theme for half open plots for Hjv project
theme_hjv_framedCreate a theme for half open plots for Hjv project
theme_hjv_framed_no_axesCreate a theme for half open plots for Hjv project
theme_hjv_half_openCreate a theme for half open plots for Hjv project
theme_hjv_heatmapCreate a theme for heatmaps for Hjv project
theme_hjv_heatmap_onlyCreate a theme for half open plots for Hjv project
theme_hjv_heatmap_only_noframeCreate a theme for half open plots for Hjv project
theme_hjv_overlap_heatmapCreate a theme for half open plots for Hjv project
theme_iDC_annot_layerCreate a theme for half open plots for Hjv project
theme_iDC_dendrogramCreate a theme for half open plots for Hjv project
theme_iDC_heatmap_labels_xCreate a theme for half open plots for Hjv project
theme_iDC_heatmap_labels_yCreate a theme for half open plots for Hjv project
theme_iDC_heatmap_w_legendCreate a theme for half open plots for Hjv project
theme_phosprot_half_openCreate a theme for half open plots for Hjv project
theme_thesis_cor_matrixCreate a theme for half open plots for Hjv project
theme_thesis_framed_no_axisCreate a theme for half open plots for Hjv project
thresholdReturns logical vector indicating values above or below given...
tibble2data.frameTransforms tibble to data frame
tibble2matrixTransforms tibble to matrix
to_data_Adds data to data_ list
total_proteins_summaryINCOMOPLETE FUNCTION: Combines data frames with variables...
transfer_data_framesTransfers data from raw_dataset to .datasets
transfer_observationsTransfers observations from raw_dataset to .datasets
transfer_variables_dataTransfers variables data from raw_dataset to .datasets
translate_IdsTranslates biological IDs using annotations packages
transpose_tibbleTransposes tibble and uses first column as column names
useful_UniProt_entriesPrints useful/working UniProt entries
variables2labelsWrapper around get_variables_data to replace variables with...
v_dbShows databases list
v_dsShows datasets list
view_dataShows all data lists
view_default_attrPrints default dataset attributes
view_observationsPrints observations data frame
view_variablesPrints variables data frame
v_impShows imports list
v_infoShows info list
which_namesReturns names of TRUE vector elements
nicohuttmann/pOmics documentation built on Sept. 21, 2022, 9:28 a.m.