Skip to content

Commit

Permalink
add citation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelove committed Dec 6, 2019
1 parent 4816d0e commit b2ecaaa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: rnaseqGene
Title: RNA-seq workflow: gene-level exploratory analysis and differential expression
Version: 1.11.0
Version: 1.11.1
Date: 2019-10-16
Authors@R: c(person(role=c("aut", "cre"), "Michael", "Love", email = "michaelisaiahlove@gmail.com"))
Description: Here we walk through an end-to-end gene-level RNA-seq differential
Expand Down
13 changes: 13 additions & 0 deletions inst/CITATION
@@ -0,0 +1,13 @@
citEntry(entry="article",
title = "RNA-Seq workflow: gene-level exploratory analysis and differential expression",
author = personList(as.person("Michael I. Love"),
as.person("Simon Anders"),
as.person("Vladislav Kim"),
as.person("Wolfgang Huber")),
year = 2015,
journal = "F1000Research",
doi = "10.12688/f1000research.7035",
textVersion =
paste("Love, M.I., Anders, S., Kim, V., Huber, W.",
"RNA-Seq workflow: gene-level exploratory analysis and differential expression",
"F1000Research (2015)") )

0 comments on commit b2ecaaa

Please sign in to comment.