Coder Social home page Coder Social logo

binarydosage's Introduction

USCbiostats

Name Description
AnnoQR R client wrap for AnnoQ API (https://github.com/blueOwl/AnnoQR) CRAN status CRAN downloads status
aphylo Statistical inference of genetic functions in phylogenetic trees CRAN status CRAN downloads status
bayesnetworks C++ program to fit Bayesian networks, illustrated with simulated data CRAN status CRAN downloads status
BinaryDosage Converts VCF files to a binary format CRAN status CRAN downloads status
causnet What the Package Does (One Line, Title Case) CRAN status CRAN downloads status
fdrci Permutation-Based FDR Point and Confidence Interval Estimation CRAN status CRAN downloads status
fmcmc A friendly MCMC framework CRAN status CRAN downloads status
GxEScanR R version of GxEScan CRAN status CRAN downloads status
HiLDA An R package for inferring the mutational exposures difference between groups
hJAM hJAM is a hierarchical model which unifies the framework of Mendelian Randomization and Transcriptome-wide association studies. CRAN status CRAN downloads status
iMutSig A web application to identify the most similar mutational signature using shiny CRAN status CRAN downloads status
jsPhyloSVG htmlwidgets for the jsPhyloSVG JavaScript library CRAN status CRAN downloads status
LUCIDus Latent and Unknown Cluster Analysis using Integrated Data CRAN status CRAN downloads status
MergeBinaryDosage R package for merging binary dosage files CRAN status CRAN downloads status
partition A fast and flexible framework for agglomerative partitioning in R CRAN status CRAN downloads status
pfamscanr An R client for EMBL-EBI’s PfamScan API CRAN status CRAN downloads status
polygons Flexible functions for computing polygons coordinates in R CRAN status CRAN downloads status
rphyloxml Read and write phyloXML files in R CRAN status CRAN downloads status
selectKSigs Selection of K in finding the number of mutational signatures
slurmR slurmR: A Lightweight Wrapper for Slurm CRAN status CRAN downloads status
xrnet R Package for Hierarchical Regularized Regression to Incorporate External Data CRAN status CRAN downloads status
xtune An R package for Lasso and Ridge Regression with differential penalization based on prior knowledge CRAN status CRAN downloads status

binarydosage's People

Contributors

jimb3 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

gmweaver dre2k

binarydosage's Issues

New Core C/D Assessment Project Template

This document provides a general framework for assessing the software and computing needs of a particular project.

The first step consists on answering the following questions:

  • In a paragraph, describe what is the project about.
  • List the project's specific goals (e.g. make the method available for public use, create a webservice, present this analysis)
  • Think about what are your computing/software needs, and list them.

Once a general overview of the project has been defined, the next step consists on analyzing the following:

R packages development

Fundamental questions/tasks

  • Check for other R packages/software that does what the project tries to do.
  • Describe the ultimate goal of your R package (e.g. solve an optim problem, implement a visualization problem, estimate parameters, etc.)
  • Think about data (if any needed), in particular, input/output, have you checked any R packages that already have this?
  • Create a repository for the package.

Once the project is on git, following checkmarks

  • The package uses roxygen2 (you can turn your package Rd files to roxygen using Rd2roxygen).
  • The package's functions are throughly documented. This includes: Description, parameters (@param), value (@return), details (if any), examples (@details), references (@references) and links to other functions (@seealso, and @family).
  • The package has been fully tested using testthat or other framework.
  • The project is built using Continuous Integration services as Travis-ci and Appveyor (use the usethis package to set it up, eg: usethis::use_travis).
  • The package includes a vignette with an extended example and, if needed, references on the package.
  • The package has a website (suggest using pkgdown)
  • The package has been uploaded to CRAN or BioC.

Reading large VCF files

Hello!
Thanks for this pretty useful tool! We were interested using your package to compute the R2 value after merging multiple imputed datasets. However, it takes a really long time to read the merged vcf file, since it contains more than 30,000 samples. Would there be a way to parallelize the reading using the vcftobd command? Otherwise, what would you recommend for my needs?

Thanks a lot for your help?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.