NULL
for (tcga_ind in seq(nrow(tcga_proj))) {
proj_info <- tcga_proj[tcga_ind, c("project", "organism", "project_home")]
rse_gene_temp<- create_rse(proj_info)
count_matrix <- rse_gene_temp@assays@data$raw_counts
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.