Skip to content

Commit

Permalink
Updated mans
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingKaiser committed Jan 7, 2025
1 parent 3901647 commit 30cf30e
Show file tree
Hide file tree
Showing 205 changed files with 2,293 additions and 1,071 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Suggests:
scran, writexl, zip
SystemRequirements:
VignetteBuilder: knitr
RoxygenNote: 7.0.0
RoxygenNote: 7.3.2
9 changes: 4 additions & 5 deletions R/app-VcfStats.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ ezMethodVcfStats <- function(input = NA, output = NA, param = NA,
output_dir <- basename(output$getColumn("Report"))
prefix <- file.path(output_dir, "vcf_stats")

# For Rmd
# For Rmd
# SNP counts
snp_counts <- file.path(output_dir, "vcf_stats.snps")

# InDel counts
# ToDo
# ToDo

# Private SNP counts
private_snp_counts <- file.path(output_dir, "vcf_stats.private")

# Shared SNP counts
# Shared SNP counts
shared_snp_counts <- file.path(output_dir, "vcf_stats.shared")

# Transions/Transversions
# Transions/Transversions
tstv <- file.path(output_dir, "vcf_stats.samples-tstv")

# run vcf-stats
Expand Down Expand Up @@ -74,7 +74,6 @@ ezMethodVcfStats <- function(input = NA, output = NA, param = NA,
##' \item{\code{plotQualityHeatmap(result, name=NULL, colorRange=c(0,sqrt(40)), colors=gray((1:256)/256), main=NULL, pngFileName=NULL, xScale=1, yScale=1): }}
##' {Creates and returns the images used by \code{plotQualityMatrixAsHeatmap()}.}
##' }

EzAppVcfStats <-
setRefClass("EzAppVcfStats",
contains = "EzApp",
Expand Down
53 changes: 0 additions & 53 deletions man/EzAppATACSeqQC-class.Rd

This file was deleted.

4 changes: 2 additions & 2 deletions man/EzAppBWA-class.Rd

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

2 changes: 1 addition & 1 deletion man/EzAppBismark-class.Rd

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

4 changes: 2 additions & 2 deletions man/EzAppBowtie-class.Rd

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

4 changes: 2 additions & 2 deletions man/EzAppBowtie2-class.Rd

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

2 changes: 1 addition & 1 deletion man/EzAppBowtie2Transcriptome-class.Rd

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

53 changes: 53 additions & 0 deletions man/EzAppBusco-class.Rd

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

53 changes: 53 additions & 0 deletions man/EzAppCellRangerARC-class.Rd

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

53 changes: 53 additions & 0 deletions man/EzAppCellRangerATAC-class.Rd

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

2 changes: 1 addition & 1 deletion man/EzAppCountOverlaps-class.Rd

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

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

Loading

0 comments on commit 30cf30e

Please sign in to comment.