hansenlab / RecountGenotyper

Genotype calling from Recount3 RNA-seq data.
Other
0 stars 0 forks source link

RecountGenotyper

The goal of RecountGenotyper is to predict the genotype information from the RNA-seq data in Recount3. The available data in Recount3 is in form of total bigwig files (.bw) and alternative files (.zst).

Installation

You can install the development version of RecountGenotyper from GitHub with:

# install.packages("devtools")
devtools::install_github("raziafrooz/RecountGenotyper")

Genotype calling

This package has two functions:

1) GetMandS()

#test<-GetMandS(snps_path, bigWig_path, coverage_cutoff=4,alt_path, sample_id_rep, temp_folder)

2) GetGenotype()

#test$predicted_genotype<-GetGenotype(model, test$M, test$S)