Skip to content

Commit

Permalink
remove deprecated functions, fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
AliciaSchep committed Oct 12, 2017
1 parent 243d192 commit cddbf26
Show file tree
Hide file tree
Showing 21 changed files with 59 additions and 622 deletions.
3 changes: 2 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
^.Rhistory$
^.RData$
^.gitignore$
^.travis.yml$
^.travis.yml$
^_gh_pages$
4 changes: 1 addition & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: chromVAR
Type: Package
Title: Chromatin Variation Across Regions
Version: 0.99.0.9999
Version: 0.99.1
Date: 2016-12-20
Authors@R: c(
person("Alicia", "Schep", email = "[email protected]", role = c("aut","cre")),
Expand Down Expand Up @@ -52,8 +52,6 @@ Suggests:
rmarkdown,
pheatmap,
motifmatchr
Remotes:
GreenleafLab/motifmatchr
biocViews: SingleCell, Sequencing, GeneRegulation
LazyData: TRUE
LinkingTo: Rcpp, RcppArmadillo
Expand Down
37 changes: 0 additions & 37 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,33 +1,19 @@
# Generated by roxygen2: do not edit by hand

export(addGCBias)
export(add_gc_bias)
export(annotationMatches)
export(annotation_matches)
export(assembleKmers)
export(assemble_kmers)
export(chromVAR_theme)
export(computeDeviations)
export(computeExpectations)
export(computeVariability)
export(compute_deviations)
export(compute_expectations)
export(compute_variability)
export(deviation_scores)
export(deviationsCovariability)
export(deviationsTsne)
export(deviations_covariability)
export(deviations_tsne)
export(differentialDeviations)
export(differentialVariability)
export(differential_deviations)
export(differential_variability)
export(filterPeaks)
export(filterSamples)
export(filterSamplesPlot)
export(filter_peaks)
export(filter_samples)
export(filter_samples_plot)
export(getAnnotationCorrelation)
export(getAnnotationSynergy)
export(getAnnotations)
Expand All @@ -43,37 +29,14 @@ export(getSampleCorrelation)
export(getSampleDepths)
export(getSampleDistance)
export(getTotalFragments)
export(get_annotation_correlation)
export(get_annotation_synergy)
export(get_annotations)
export(get_background_peaks)
export(get_cis_groups)
export(get_counts)
export(get_fragments_per_peak)
export(get_fragments_per_sample)
export(get_jaspar_motifs)
export(get_peaks)
export(get_permuted_data)
export(get_sample_correlation)
export(get_sample_depths)
export(get_sample_distance)
export(get_total_fragments)
export(makeBiasBins)
export(makePermutedSets)
export(make_bias_bins)
export(make_permuted_sets)
export(matchKmers)
export(match_kmers)
export(plotDeviationsTsne)
export(plotKmerMismatch)
export(plotVariability)
export(plot_deviations_tsne)
export(plot_kmer_mismatch)
export(plot_variability)
export(pwmDistance)
export(pwm_distance)
export(readNarrowpeaks)
export(read_macs2_narrowpeaks)
exportMethods("annotationMatches<-")
exportMethods('counts<-')
exportMethods(addGCBias)
Expand Down
Loading

0 comments on commit cddbf26

Please sign in to comment.