File: CITATION

package info (click to toggle)
r-cran-pscbs 0.68.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,976 kB
  • sloc: sh: 25; makefile: 2
file content (56 lines) | stat: -rw-r--r-- 2,239 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
utils::bibentry(
  header = "Please cite PSCBS using one or more of the following references:",

  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  # BibTeX entry:
  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  bibtype = "Article",
  author  = "Adam B. Olshen and Henrik Bengtsson and Pierre Neuvial and Paul Spellman and Richard A. Olshen and Venkatraman E. Seshan",
  title   = "Parent-specific copy number in paired tumor-normal studies using circular binary segmentation",
  journal = "Bioinformatics",
  year    = "2011",
  volume  = "27",
  number  = "15",
  doi     = "10.1093/bioinformatics/btr329",
  url     = "https://doi.org/10.1093/bioinformatics/btr329",

  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  # Plain-text citation:
  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  textVersion = paste(sep="",
    "A.B. Olshen, H. Bengtsson, P. Neuvial, P.T. Spellman, R.A. Olshen, V.E. Seshan. ",
    "Parent-specific copy number in paired tumor-normal studies using circular binary segmentation, ",
    "Bioinformatics, ",
    "2011"
  )
)


utils::bibentry(
  header = "Please cite PSCBS using one or more of the following references:",

  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  # BibTeX entry:
  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  bibtype = "Article",
  author  = "H. Bengtsson and Pierre Neuvial and Terence P Speed",
  title   = "TumorBoost: Normalization of allele-specific tumor copy numbers from a single pair of tumor-normal genotyping microarrays",
  journal = "BMC Bioinformatics",
  year    = "2010",
  month   = "May",
  volume  = "11",
  number  = "245",
  doi     = "10.1186/1471-2105-11-245",
  url     = "https://doi.org/10.1186/1471-2105-11-245",

  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  # Plain-text citation:
  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  textVersion = paste(sep="",
    "H. Bengtsson, P. Neuvial and T.P. Speed. ",
    "TumorBoost: Normalization of allele-specific tumor copy numbers from a single pair of tumor-normal genotyping microarrays, ",
    "BMC Bioinformatics, ",
    "2010"
  )
)