Skip to content

antonkulaga/adam-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADAM playground

Just a collection of implicit classes and helper functions that were side effect of my using ADAM.

Features Extensions

Several new interesting methods to Feature and FeatureRDD classes. Now it is possible to:

  • filter features by regions
  • extract genes and transcript features
  • save features by contig
  • use some extra methods on features
  • coverage search

NucleotideContig Extensions

  • search in the genome
  • search by feature
  • region extraction from the fragment
  • extract multiple regions at once
  • extract by string matching
  • filter by overlapping features

String extensions

  • several helper method to deal with DNA
  • several methods for text search

DataFrame extensions

Functions to run correlations and get normal DataFrame as a result (not Matrix) Ranks computations for dataframe

Adding to dependencies

add the following to you build.sbt

resolvers += sbt.Resolver.bintrayRepo("comp-bio-aging", "main")
libraryDependencies += "comp.bio.aging" %% "adam-playground" % "0.0.13"

About

Collection of some function to deal with ADAM

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages