From 6ba4ebdf9dbd23dfc606583df04c3f6bfd32c104 Mon Sep 17 00:00:00 2001 From: HDash <16350928+HDash@users.noreply.github.com> Date: Fri, 27 Dec 2024 05:04:38 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20neurogen?= =?UTF-8?q?omics/Power=5FAnalysis=5Fpackage@92b287ec074368ff94bb78b91bd9bf?= =?UTF-8?q?11dc0b9860=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/getting_started.html | 6 +- articles/poweranalysis.html | 6 +- authors.html | 2 +- index.html | 2 +- pkgdown.yml | 4 +- reference/DGE_analysis.html | 4 +- reference/compute_downsampled_corr.html | 2 +- reference/correlation_analysis.html | 144 ++++++++++++++ reference/correlation_boxplots.html | 2 +- reference/differential_expression.html | 2 +- reference/downsampling_DEanalysis.html | 2 +- reference/downsampling_corrplots.html | 2 +- reference/downsampling_range.html | 2 +- reference/index.html | 8 + reference/make_pseudobulk.html | 2 +- reference/plot_celltype_correlation.html | 2 +- reference/plot_de_analysis.html | 2 +- reference/plot_mean_correlation.html | 2 +- reference/power_analysis.html | 2 +- reference/power_plots.html | 2 +- reference/preliminary_plots.html | 2 +- reference/random_permutations.html | 2 +- reference/sample_cells.html | 2 +- reference/sample_individuals.html | 2 +- reference/sex_chromosome_DEGs.html | 2 +- reference/subset_pairs.html | 2 +- ...validate_input_parameters_correlation.html | 184 ++++++++++++++++++ reference/validate_input_parameters_de.html | 2 +- .../validate_input_parameters_power.html | 2 +- reference/within_data_correlation.html | 2 +- sitemap.xml | 2 + 31 files changed, 373 insertions(+), 31 deletions(-) create mode 100644 reference/correlation_analysis.html create mode 100644 reference/validate_input_parameters_correlation.html diff --git a/articles/getting_started.html b/articles/getting_started.html index f986494..c5afb48 100644 --- a/articles/getting_started.html +++ b/articles/getting_started.html @@ -80,7 +80,7 @@
vignettes/getting_started.Rmd
+ Source: vignettes/getting_started.Rmd
getting_started.Rmd
library(poweranalysis)
+#> Error in get(paste0(generic, ".", class), envir = get_method_env()) :
+#> object 'type_sum.accel' not found
diff --git a/articles/poweranalysis.html b/articles/poweranalysis.html
index 97cf994..5762a9a 100644
--- a/articles/poweranalysis.html
+++ b/articles/poweranalysis.html
@@ -80,7 +80,7 @@
vignettes/poweranalysis.Rmd
+ Source: vignettes/poweranalysis.Rmd
poweranalysis.Rmd
library(poweranalysis)
+#> Error in get(paste0(generic, ".", class), envir = get_method_env()) :
+#> object 'type_sum.accel' not found
Power Analysis
Authors: Salman Fawad, Alan Murphy, Nathan Skene
Updated: Oct-22-2024
Authors: Salman Fawad, Alan Murphy, Nathan Skene
Updated: Dec-27-2024
R/DGE_analysis.R
+ Source: R/DGE_analysis.R
DGE_analysis.Rd
R/compute_downsampled_corr.r
+ Source: R/compute_downsampled_corr.r
compute_downsampled_corr.Rd
Runs correlation analysis pipeline
+correlation_analysis(
+ dataset_name = "placeholder",
+ allstudies = "placeholder",
+ celltypes = "placeholder",
+ pvals = c(0.05, 0.025, 0.01, 0.001, 1e-04),
+ data_names = "placeholder",
+ alphaval = "placeholder",
+ numPerms = "placeholder",
+ numSubsets = "placeholder",
+ output_path = getwd()
+)
name of the dataset used to select significant DEGs from (specified as a string, name as in allstudies)
a list containing all the datasets (as SCE objects)
a list containing the celltypes to compute mean correlation across
list of p-value cut-offs which will be used to select DEGs
names of the datasets as they appear in the correlation plot
(alpha) transparency of the non-mean boxplots
number of random permutations of the dataset used to select significant DEGs from
number of pairs of random subsets of the dataset used to select significant DEGs from
base path in which outputs will be stored +Saves all plots and DE outputs in the appropriate directories
R/correlation_boxplots.r
+ Source: R/correlation_boxplots.r
correlation_boxplots.Rd
R/differential_expression.R
+ Source: R/differential_expression.R
differential_expression.Rd
R/downsampling_DEanalysis.r
+ Source: R/downsampling_DEanalysis.r
downsampling_DEanalysis.Rd
R/downsampling_corrplots.r
+ Source: R/downsampling_corrplots.r
downsampling_corrplots.Rd
R/downsampling_range.r
+ Source: R/downsampling_range.r
downsampling_range.Rd
compute_downsampled_corr()
For a given down-sampled DE output, computes the correlation of the log-foldchange of the DEGs (at specified p-value) for a given dataset (celltype)
Runs correlation analysis pipeline
subset_pairs()
Obtain independent pairs of subsets of a specified dataset, based on sample ID
Tests input parameters for functions
R/make_pseudobulk.R
+ Source: R/make_pseudobulk.R
make_pseudobulk.Rd
R/plot_celltype_correlation.r
+ Source: R/plot_celltype_correlation.r
plot_celltype_correlation.Rd
R/plot_de_analysis.R
+ Source: R/plot_de_analysis.R
plot_de_analysis.Rd
R/plot_mean_correlation.r
+ Source: R/plot_mean_correlation.r
plot_mean_correlation.Rd
R/power_analysis.r
+ Source: R/power_analysis.r
power_analysis.Rd
R/power_plots.r
+ Source: R/power_plots.r
power_plots.Rd
R/preliminary_plots.r
+ Source: R/preliminary_plots.r
preliminary_plots.Rd
R/random_permutations.r
+ Source: R/random_permutations.r
random_permutations.Rd
R/sample_cells.r
+ Source: R/sample_cells.r
sample_cells.Rd
R/sample_individuals.r
+ Source: R/sample_individuals.r
sample_individuals.Rd
R/sex_chromosome_DEGs.r
+ Source: R/sex_chromosome_DEGs.r
sex_chromosome_DEGs.Rd
R/subset_pairs.r
+ Source: R/subset_pairs.r
subset_pairs.Rd
R/validate_input_parameters_correlation.r
+ validate_input_parameters_correlation.Rd
Tests input parameters for functions
+validate_input_parameters_correlation(
+ dataset_name = "placeholder",
+ allstudies = "placeholder",
+ celltypes = "placeholder",
+ pvalue = "placeholder",
+ data_names = "placeholder",
+ corrMats = "placeholder",
+ numRealDatasets = "placeholder",
+ alphaval = "placeholder",
+ numPerms = "placeholder",
+ numSubsets = "placeholder",
+ sexDEGs = "placeholder",
+ fontsize_yaxislabels = "placeholder",
+ fontsize_yaxisticks = "placeholder",
+ fontsize_title = "placeholder",
+ fontsize_legendlabels = "placeholder",
+ fontsize_legendtitle = "placeholder",
+ fontsize_facet_labels = "placeholder"
+)
name of the dataset used to select significant DEGs from (specified as a string, name as in allStudies)
a list containing all the datasets (most likely as SCE objects)
a list containing the celltypes to compute mean correlation across
the cut-off p-value which will be used to select DEGs
names of the datasets as they appear in the correlation plot
(named) list of correlation matrices for each celltype with the final element being the mean correlation matrix, all at specified p-value
total number of real datasets (most likely the number of studies, but sometimes a study may be split e.g. into 2 brain regions, so in this case it would be the number of studies plus 1)
(alpha) transparency of the non-mean boxplots
number of random permutations of the dataset used to select significant DEGs from
number of pairs of random subsets of the dataset used to select significant DEGs from
true if DEGs come from sex chromosomes, else false
font size for axis labels in plot
font size for axis tick labels in plot
font size for plot title
font size for legend labels in plot
font size for legend title in plot
font size for facet labels +Checks all correlation analysis parameters are specified correctly
R/validate_input_parameters_de.R
+ Source: R/validate_input_parameters_de.R
validate_input_parameters_de.Rd
R/validate_input_parameters_power.r
+ Source: R/validate_input_parameters_power.r
validate_input_parameters_power.Rd
R/within_data_correlation.r
+ Source: R/within_data_correlation.r
within_data_correlation.Rd