Learn R Programming

genomeplot (version 1.0)

genomeplot-package: 'Plot genome wide values for all chromosomes'

Description

Plot values of markers(SNPs, expression, genes, RNA,...) for all chromosomes.

Arguments

Details

the data to be read will contain four columes,which are cgID,chromosome number,the position,the values.

References

2016 tutorial

See Also

ggplot

Examples

Run this code
data(sample_data)
select <- 1
genomeplot(sample_data,select)

Run the code above in your browser using DataLab