swh:1:snp:b90de5899ba7dcfda88f4165586b0f4de258411f
Raw File
Tip revision: a344bd067d344dbcab9a73f7692c5ea96af8fc39 authored by Alexey Sergushichev on 03 November 2022, 18:51:22 UTC
version fix
Tip revision: a344bd0
loadCounts.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/loadGEO.R
\name{loadCounts}
\alias{loadCounts}
\title{Loads expression data from .h5 count files.
Only sapmles with counted expression are kept.
If es already containts expression data it is returned as is.}
\usage{
loadCounts(es, counts_dir)
}
\arguments{
\item{es}{ExpressionSet from GEO to check for expression in ARCHS4}

\item{counts_dir}{directory with  .h5 files  collections. There must be meta.rda file
in counts_dir and each collection's sub directory must have meta.txt file with description.
from ARCHS4 project}
}
\value{
either original es or an ExpressionSet with loaded count data from ARCHS4
}
\description{
Loads expression data from .h5 count files.
Only sapmles with counted expression are kept.
If es already containts expression data it is returned as is.
}
back to top