CnR_H3K27ac_picard | R Documentation |
Duplication metrics output on CUT&Run H3K27ac file (sample accession: SRR8581604). Raw sequences were aligned to hg19 genome and after, Picard was performed by Leyla Abbasova. The duplication summary output generated by Picard was processed to reduce the size of data.
data("CnR_H3K27ac_picard")
An object of class data.frame
with 1 rows and 10 columns.
The code to prepare the .Rda file is:
picard <- read.table("path/to/picard/duplication/output",
header = TRUE, fill = TRUE)
CnR_H3K27ac_picard <- picard[1,]
usethis::use_data(CnR_H3K27ac_picard, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.