Giter VIP home page Giter VIP logo

lassie's Introduction

lassie

Longitudinal Antigenic Sites and Sequences from Intrahost Evolution

or

Longitudinal Antigenic Swarm Selection from Intrahost Evolution

An R package of tools to select sites and sequences that represent variation in a longitudinally sampled protein alignment.

Installation and Getting Started:

  1. Start R, by whatever method you choose.
  2. Type "install.packages('devtools')".
  3. If prompted to compile a required package from source, you can safely decline without ill effects.
  4. Type "devtools::install_github('phraber/lassie').
  5. Type "vignette('lassie')".
  6. Run "?lassie::lassie" to begin reading the documentation.

If the you cannot view the vignette, it is available in PDF format here - https://github.com/phraber/lassie/blob/master/tutorial.pdf

Check out the shiny interface, which runs this code interactively:

https://github.com/phraber/meta-lass/

Legalese

©2017-2019. Triad National Security, LLC. All rights reserved.

This program was produced under U.S. Government contract 89233218CNA000001 for Los Alamos National Laboratory (LANL), which is operated by Triad National Security, LLC for the U.S. Department of Energy/National Nuclear Security Administration.

All rights in the program are reserved by Triad National Security, LLC, and the U.S. Department of Energy/National Nuclear Security Administration. The Government is granted for itself and others acting on its behalf a nonexclusive, paid-up, irrevocable worldwide license in this material to reproduce, prepare derivative works, distribute copies to the public, perform publicly and display publicly, and to permit others to do so.

Recall that this copyright notice must be accompanied by the appropriate open source license terms and conditions.

This is open source software; you can redistribute it and/or modify it under the terms of the GPL-2.0 License. If software is modified to produce derivative works, such modified software should be clearly marked, so as not to confuse it with the version available from LANL. Full text of the GPL-2.0 License can be found in the LICENSE file in the main development branch of the repository.

lassie's People

Contributors

phraber avatar ressy avatar

Stargazers

 avatar

Watchers

 avatar

lassie's Issues

weblogo installation

Need to automate installation of weblogo and ensure it is accessible on arbitrary system configurations.

report.variant.frequencies fails for one-variant case

One more for you - we've found that in alignments where all amino acids at a given site are the same across timepoints but different from the transmitted founder, report.variant.frequencies fails. I think I have a fix so I'll put the details in another pull request.

plot.swarmset fails during make.logoplot

Thanks for lassie! I was working through the paper and vignette and found that a few items weren't working for me, so I've made a fork with some possible solutions. I'll submit issues and matching pull requests, so you can have a look and see if you'd like to merge them in.

One problem I had was that plot(eg.swarmset) failed with this error:

Error in paste(c(env, shQuote(command), args), collapse = " ") : 
  promise already under evaluation: recursive default argument reference or earlier problems?

I traced that down to make.logoplot's color_option argument not being specified. It looked to me like the simplest fix was just to provide the option like make.timepoint.logos currently does.

vignette is inconsistent with usage

vignette('lassie') suggests this should work, though it does not. Need to update vignette.

a <- swarmtools(aas_file=alignment_file, tf_loss_cutoff=0:5*20)

Warning message:
In set.tf.loss.cutoff(retval, tf_loss_cutoff) :
ERROR in set.tf.loss.cutoff(): Please provide a single numeric value.

timepoint labels

To sort samples by time-point sequenced, assume the labels are sorted lexicographically.
That is, d10 will be sorted before d5 unless the labels use leading 0s, e.g. d05 and d10.
The sample timepoint is a character value rather than numeric because it is used internally for column naming.

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.