Commit b8759a68 authored by tekath's avatar tekath
Browse files

Carry over metadata, sparseDRIMSeq support.

parent 89b4bb38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,6 +10,6 @@ License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.4.0)
Imports: tximport, DRIMSeq, stageR, rtracklayer, formattable, DT, Gviz, assertthat, Matrix
Imports: Matrix, tximport, sparseDRIMSeq, stageR, rtracklayer, formattable, DT, Gviz, assertthat
RoxygenNote: 7.1.0
Roxygen: list(markdown = TRUE)
+2 −0
Original line number Diff line number Diff line
# Generated by roxygen2: do not edit by hand

export(check_unique_by_partition)
export(combine_to_matrix)
export(create_dtu_table)
export(get_by_partition)
export(import_counts)
export(import_gtf)
export(move_columns_to_front)
+84 −333

File changed.

Preview size limit exceeded, changes collapsed.

R/sparse_support.R

0 → 100644
+302 −0

File added.

Preview size limit exceeded, changes collapsed.

+75 −10

File changed.

Preview size limit exceeded, changes collapsed.

Loading