Skip to content
Snippets Groups Projects
Commit eb5f7d44 authored by Sascha Meiers's avatar Sascha Meiers
Browse files

Fixed package outputs

parent 09197f57
No related branches found
No related tags found
No related merge requests found
library(dplyr)
library(data.table)
library(ggplot2)
suppressMessages(library(dplyr))
suppressMessages(library(data.table))
suppressMessages(library(ggplot2))
plotNBdist <- function(probs, alpha = 0.05) {
......
library(dplyr)
library(data.table)
library(assertthat)
suppressMessages(library(dplyr))
suppressMessages(library(data.table))
suppressMessages(library(assertthat))
# addCountsPerSegment
......
library(dplyr)
library(data.table)
library(assertthat)
suppressMessages(library(dplyr))
suppressMessages(library(data.table))
suppressMessages(library(assertthat))
addPositions <- function(probs, counts) {
assert_that(is.data.table(counts),
......
library(data.table)
library(assertthat)
suppressMessages(library(data.table))
suppressMessages(library(assertthat))
source("utils/mosaiClassifier/mosaiClassifier.R")
......
library(dplyr)
library(data.table)
library(assertthat)
suppressMessages(library(dplyr))
suppressMessages(library(data.table))
suppressMessages(library(assertthat))
source("utils/mosaiClassifier/getStrandStates.R")
source("utils/mosaiClassifier/getCountsPerSegment.R")
source("utils/mosaiClassifier/generateHaploStates.R")
source("utils/mosaiClassifier/getDispParAndSegType.R")
source("utils/mosaiClassifier/haploAndGenoName.R")
library(GenomicRanges) # This is to test whether the given strand states
# are in fact disjoint intervals !
suppressMessages(library(GenomicRanges))
# This is to test whether the given strand states
# are in fact disjoint intervals !
mosaiClassifierPrepare <- function(counts, info, strand, segs, normVector = NULL) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment