mirror of
https://github.com/johrpan/ubigen.git
synced 2025-10-26 19:57:24 +01:00
Allow selecting the expression dataset
This commit is contained in:
parent
2f24812c90
commit
510fafeb6e
15 changed files with 110 additions and 57 deletions
|
|
@ -3,14 +3,14 @@
|
|||
\docType{data}
|
||||
\name{genes}
|
||||
\alias{genes}
|
||||
\title{A \code{data.table} containig data on genes and their expression behavior.}
|
||||
\title{A \code{data.table} containig mappings of Ensembl gene ID to HGNC symbol.}
|
||||
\format{
|
||||
An object of class \code{data.table} (inherits from \code{data.frame}) with 55507 rows and 20 columns.
|
||||
An object of class \code{data.table} (inherits from \code{data.frame}) with 55507 rows and 2 columns.
|
||||
}
|
||||
\usage{
|
||||
genes
|
||||
}
|
||||
\description{
|
||||
A \code{data.table} containig data on genes and their expression behavior.
|
||||
A \code{data.table} containig mappings of Ensembl gene ID to HGNC symbol.
|
||||
}
|
||||
\keyword{datasets}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue