write.csv(file="../extdata/2.0.0/metadata-muraro-pancreas.csv",
data.frame(
Title = sprintf("Muraro pancreas %s", c("counts", "colData")),
Description = sprintf("%s for the Muraro pancreas single-cell RNA-seq dataset",
c("Count matrix", "Per-cell metadata")),
RDataPath = file.path("scRNAseq", "muraro-pancreas", "2.0.0",
c("counts.rds", "coldata.rds")),
BiocVersion="3.10",
Genome="hg19",
SourceType="TSV",
SourceUrl=c(
"https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE85241",
"https://s3.amazonaws.com/scrnaseq-public-datasets/manual-data/muraro"
),
SourceVersion=c(
"GSE85241_cellsystems_dataset_4donors_updated.csv.gz",
"cell_type_annotation_Cels2016.csv"
),
Species="Homo sapiens",
TaxonomyId="9606",
Coordinate_1_based=NA,
DataProvider=c("GEO", "Martin Hemberg"),
Maintainer="Aaron Lun <infinite.monkeys.with.keyboards@gmail.com>",
RDataClass=c("dgCMatrix", "DataFrame"),
DispatchClass="Rds",
stringsAsFactors = FALSE
),
row.names=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.