Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/use_biomaRt.R
\name{use_biomart}
\alias{use_biomart}
\title{Use biomaRt}
\usage{
use_biomart(gene_names, mart = NULL, attributes = NULL)
}
\arguments{
\item{gene_names}{Vector of gene names as ensembl_gene_id}
\item{mart}{Mart object obtained by biomaRt::useMart(...)}
\item{...}{further arguments for mart}
}
\value{
}
\description{
Short function get information from biomaRt.
}