Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cex.legend to plotTargetAnnotation, faster ScoreMatrixBin, BigWig ext ScoreMatrix(Bin) #114

Merged
merged 6 commits into from Aug 21, 2015

Commits on Jul 29, 2015

  1. Configuration menu
    Copy the full SHA
    2a7857d View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2015

  1. Configuration menu
    Copy the full SHA
    7f0cb2c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2015

  1. Configuration menu
    Copy the full SHA
    f5f5256 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2015

  1. cex.legend arg plotTargetAnnotation;faster ScoreMatrixBin

    plotTargetAnnotation
    - add new argument cex.legend to plotTargetAnnotation() to specify the size of the legend.
    
    ScoreMatrixBin:
      - changed ScoreMatrixBin() to run faster when noCovNA=TRUE
    katwre committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    9a2dbac View commit details
    Browse the repository at this point in the history
  2. improve example of gffToGranges

    gffToGranges:
       remove split.group arg that doesn't exist anymore in gffToGranges()
    katwre committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    9140d4b View commit details
    Browse the repository at this point in the history
  3. add checking .bigWig, .bigwig extensions in ScoreMatrix(Bin)

    ScoreMatrixBin:
      - check not only for .bw but also .bigWig and .bigwig extenstions of BigWig file
    
    ScoreMatrix:
      - check not only for .bw but also .bigWig and .bigwig extensions of BigWig file
    katwre committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    7e035c3 View commit details
    Browse the repository at this point in the history