snpData(genoCN)
snpData()所属R语言包:genoCN
Simulated LRR and BAF data for 17,348 SNPs on chromosome 22.
模拟LRR和曝气生物滤池的数据为17348个SNPs 22号染色体上。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Simulated LRR and BAF data for 17,348 SNPs on chromosome 22. Two CNVs are simulated. One is from the 1001-th probe to the 1100-th probe, with copy number 1. The other one is from the 10,001-th probe to the 10,200-th probe, with copy number 3.
模拟LRR和曝气生物滤池的数据为17348个SNPs 22号染色体上。两个的CNVs是模拟的。一个是从1001个探针1100个探针,拷贝数1。另一种是从10,001个探针10200个探针,拷贝数为3。
用法----------Usage----------
data(snpData)
格式----------Format----------
A data frame with 17,348 observations on the following 3 variables.
与17348在以下3个变量的观测数据框。
Name a character vector of probe Names
Name字符向量探针名称
LRR a numeric vector of LRR values of each probe
LRR每个探针的LRR类值的数字矢量
BAF a numeric vector of BAF of each probe
BAF曝气生物滤池的数字矢量每个探针
举例----------Examples----------
data(snpData)
data(snpInfo)
dim(snpData)
dim(snpInfo)
snpData[1:2,]
snpInfo[1:2,]
plotCN(pos=snpInfo$Position, LRR=snpData$LRR, BAF=snpData$BAF,
main = "simulated data on Chr22")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|