Skip to content

Commit

Permalink
Move logo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidaknowles committed Aug 2, 2017
1 parent 957d8a2 commit 8f1c281
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 451 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# leafcutter

<img src="./logo.png" width="200"> **Annotation-free quantification of RNA splicing.**
<img src="./docs/logo.png" width="200"> **Annotation-free quantification of RNA splicing.**

*Yang I Li, David A Knowles, Jonathan K Pritchard.*

Expand Down
1 change: 1 addition & 0 deletions leafcutter/R/differential_splicing.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ leaf_cutter_effect_sizes=function(results) {
#'
#' @param counts An [introns] x [samples] matrix of counts. The rownames must be of the form chr:start:end:cluid. If the counts file comes from the leafcutter clustering code this should be the case already.
#' @param x A [samples] numeric vector, should typically be 0s and 1s, although in principle scaling shouldn't matter.
#' @param confounders A [samples] x [confounders] numeric matrix to be controlled for in the GLM. Factors should already have been converted to a 1-of-(K-1) encoding, e.g. using model.matrix (see scripts/leafcutter_ds.R for how to do this). Can be NULL, implying no covariates are controlled for.
#' @param max_cluster_size Don't test clusters with more introns than this
#' @param min_samples_per_intron Ignore introns used (i.e. at least one supporting read) in fewer than n samples
#' @param min_samples_per_group Require this many samples in each group to have at least min_coverage reads
Expand Down
2 changes: 2 additions & 0 deletions leafcutter/man/differential_splicing.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed logo.png
Binary file not shown.
Loading

0 comments on commit 8f1c281

Please sign in to comment.