https://github.com/rnabioco/valr
Raw File
Tip revision: 7f85dd3146b0567d292f627438c17a52f1559f00 authored by Kent Riemondy on 04 April 2024, 20:40:11 UTC
Increment version number to 0.8.0.9000
Tip revision: 7f85dd3
NAMESPACE
# Generated by roxygen2: do not edit by hand

export(bed12_to_exons)
export(bed_absdist)
export(bed_closest)
export(bed_cluster)
export(bed_complement)
export(bed_coverage)
export(bed_fisher)
export(bed_flank)
export(bed_genomecov)
export(bed_glyph)
export(bed_intersect)
export(bed_jaccard)
export(bed_makewindows)
export(bed_map)
export(bed_merge)
export(bed_partition)
export(bed_projection)
export(bed_random)
export(bed_reldist)
export(bed_shift)
export(bed_shuffle)
export(bed_slop)
export(bed_sort)
export(bed_subtract)
export(bed_window)
export(bound_intervals)
export(check_genome)
export(check_interval)
export(concat)
export(create_introns)
export(create_tss)
export(create_utrs3)
export(create_utrs5)
export(db_ensembl)
export(db_ucsc)
export(flip_strands)
export(gr_to_bed)
export(interval_spacing)
export(read_bed)
export(read_bed12)
export(read_bedgraph)
export(read_bigwig)
export(read_broadpeak)
export(read_genome)
export(read_gtf)
export(read_narrowpeak)
export(read_vcf)
export(valr_example)
export(values)
export(values_unique)
import(dplyr)
import(ggplot2)
importFrom(Rcpp,sourceCpp)
importFrom(broom,tidy)
importFrom(readr,col_character)
importFrom(readr,col_double)
importFrom(readr,col_integer)
importFrom(readr,read_tsv)
importFrom(rlang,check_required)
importFrom(rlang,dots_n)
importFrom(rlang,quos)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(rtracklayer,import)
importFrom(stats,fisher.test)
importFrom(stats,na.omit)
importFrom(stringr,fixed)
importFrom(stringr,str_c)
importFrom(stringr,str_length)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tibble,tribble)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,tail)
useDynLib(valr, .registration = TRUE)
back to top