## To check rendering of citation, run readCitationFile("CITATION")

citHeader("To cite package 'Clomial' in publications use:")
     
## R >= 2.8.0 passes package metadata to citation().
if(!exists("meta") || is.null(meta)) meta <- packageDescription("nlme")
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
vers <- paste("R package version", meta$Version)

citEntry(entry="Article",
        author = "Zare, H and et al. ",
        title = "{Inferring clonal composition from multiple sections of a breast cancer}",
        journal = "PLOS Computational Bilogy, under review",
        year = "2014",
        volume = "?",
        number = "?",
        pages = "?-?",
        month = "Mar",

        textVersion = paste("Zare, H, et al.", "(2014) ", 
        "Inferring clonal composition from multiple sections of a breast cancer, Zare et al., Submitted. ",
        "URL: http://noble.gs.washington.edu/~zare/", ".", sep=""))

 
