R Dataset / Package gap / cf
Attachment | Size |
---|---|
dataset-51350.csv | 8.89 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the cf data set which pertains to Cystic fibrosis data. The cf data set is found in the gap R package. Try to load the cf data set in R by issuing the following command at the console data("cf"). This may load the data into a variable called cf. If R says the cf data set is not found, you can try installing the package by issuing this command install.packages("gap") and then attempt to reload the data with library("gap") followed by data("cf"). Perhaps strangley, if R gives you no output after entering a command, it means the command succeeded. If it succeeded you can see the data by typing cf at the command-line which should display the entire dataset. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the cf R data set. The size of this file is about 9,107 bytes. Cystic fibrosis dataDescriptionThis data set contains a case-control indicator and 23 SNPs. The inter-marker distances (Morgan) are as follows 0.000090, 0.000158, 0.005000, 0.000100, 0.000200, 0.000150, 0.000250, 0.000200, 0.000050, 0.000350, 0.000300, 0.000250, 0.000350, 0.000350, 0.000800, 0.000100, 0.000200, 0.000150, 0.000550, 0.006000, 0.000700, 0.001000 Usagedata(cf) FormatA data frame containing 186 rows and 24 columns NoteThis can be used as an example of converting PL-EM to matrix format, cfdata <- vector("numeric") cfname <- vector("character") for (i in 2:dim(cf)[2]) { tmp <- plem2m(cf[,i]) a1 <- tmp[[1]] a2 <- tmp[[2]] cfdata <- cbind(cfdata,a1,a2) a1name <- paste("loc",i-1,".a1",sep="") a2name <- paste("loc",i-1,".a2",sep="") cfname <- cbind(cfname,a1name,a2name) } cfdata <- as.data.frame(cfdata) names(cfdata) <- cfname SourceLiu JS, Sabatti C, Teng J, Keats BJB, Risch N (2001). Bayesian Analysis of Haplotypes for Linkage Disequilibrium Mapping. Genome Research 11:1716-1724 -- Dataset imported from https://www.r-project.org. |
Picostat Manual |
---|
How To Register With a Username
How To Register With Google Single Sign On (SSO)
How To Login With a Username and Password
How To Login With Google Single Sign On (SSO)
How To Import a Dataset
How To Perform Statistical Analysis with Picostat
How To Use Educational Applications with Picostat
|
Recent Queries For This Dataset |
---|
No queries made on this dataset yet. |
Title | Authored on | Content type |
---|---|---|
R Dataset / Package datasets / sunspot.year | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package datasets / airmiles | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package Stat2Data / SampleFG | March 9, 2018 - 1:06 PM | Dataset |
OpenIntro Statistics Dataset - toy_anova | August 9, 2020 - 2:38 PM | Dataset |
swiss | February 26, 2017 - 11:28 AM | Dataset |