Original data for: Novel genetic sex markers reveal unexpected lack of, and similar susceptibility to, sex reversal in free-living common toads in both natural and anthropogenic habitats
收藏Figshare2021-10-15 更新2026-04-28 收录
下载链接:
https://figshare.com/articles/dataset/Original_data_for_Novel_genetic_sex_markers_reveal_unexpected_lack_of_and_similar_susceptibility_to_sex_reversal_in_free-living_common_toads_in_both_natural_and_anthropogenic_habitats/16809991
下载链接
链接失效反馈官方服务:
资源简介:
Individual data on:- Free-living adult common toads: catching site, habitat type, sexual phenotype and genotype- Juvenile common toads raised in a common-garden experiment: family, treatment, site of origin, habitat type and sex (phenotype and genotype combined)The data are separated by semicolon in each file. Example R code for reading these files:data1=read.csv("data_adult.csv", sep=";", header=T, stringsAsFactors=T)data2=read.table("data_juv-ANSI.txt", sep=";", header=T, stringsAsFactors=T)
本数据集涵盖两类个体相关数据:其一为野外自由生活的成年普通蟾蜍的捕获位点、生境类型(habitat type)、性别表型(sexual phenotype)与基因型(genotype);其二为在同质园实验(common-garden experiment)中人工饲养的幼年普通蟾蜍的家系(family)、处理组(treatment)、起源位点(site of origin)、生境类型,以及结合表型与基因型的性别信息。
各数据文件内的数据均以分号作为分隔符。用于读取这些数据文件的示例R代码如下:
data1=read.csv("data_adult.csv", sep=";", header=T, stringsAsFactors=T)
data2=read.table("data_juv-ANSI.txt", sep=";", header=T, stringsAsFactors=T)
创建时间:
2021-10-15



