Permalink
Cannot retrieve contributors at this time
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?
multimodalR/man/filterForXChromosomeGenes.Rd
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
24 lines (23 sloc)
934 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% Generated by roxygen2: do not edit by hand | |
% Please edit documentation in R/filter.R | |
\name{filterForXChromosomeGenes} | |
\alias{filterForXChromosomeGenes} | |
\title{Filter output and expressionmatrix for genes that are on the X Chromosome of the Human Genome | |
returns filtered output and expression matrix without genes on the X chromosome} | |
\usage{ | |
filterForXChromosomeGenes(output, expressionmatrix) | |
} | |
\arguments{ | |
\item{output}{output of multimodal genes of one cancer group} | |
\item{expressionmatrix}{expression matrix of the multimodal genes of one cancer group} | |
} | |
\value{ | |
list of the output and expression matrix of genes that were not found on the X Chromosome | |
} | |
\description{ | |
Filter output and expressionmatrix for genes that are on the X Chromosome of the Human Genome | |
returns filtered output and expression matrix without genes on the X chromosome | |
} | |
\details{ | |
needs the updated Ensembl Gene Names; uses gencode.v28.annotation.gtf | |
} |