Skip to content

lpwgit/contPredict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R package for Sample Contamination Prediction

Purpose

Identify sample contamination base on variant allele frequency (VAF) detected from genome sequencing on tumor samples. An example of VAF data and its configuration file are distributed with this package under inst/extdata/. Refer method documentation here

Manual

Refer manual here

Installation

devtools::install_github("lpwgit/contPredict")

Example usage

library(conPredict)
data_path <- system.file('extdata',package='conPredict')
output_path <- 'output_express'
config_file <- system.file("extdata", 'config.txt', package = "conPredict", mustWork = TRUE)
run_sampleContamination(data_path = data_path, output_path = output_path, config_file = config_file)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages