Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
minor
  • Loading branch information
lzcyzm committed Jun 14, 2015
1 parent e3bc346 commit 47bd546
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions man/RMT.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ Extract a combinatorial RNA methylome from multiple biological conditions or rep
This function will extract a combinatorial RNA methylome (tens of thousands of RNA methylation sites) from multiple biological conditions or replicates and count with MeRIP-Seq datasets.
}
\usage{
RMT(INPUT_BAM, IP_BAM,
INPUT2IP = NA,
GENE_ANNO_GTF = NA,
GENOME = NA,
UCSC_TABLE_NAME = "knownGene",
TXDB = NA,
EXOME_OUTPUT_DIR = NA,
RMT_OUTPUT_DIR = NA,
RMT_EXPERIMENT_NAME = "GO_Result")
RMT(INPUT_BAM,
IP_BAM,
INPUT2IP = NA,
GENE_ANNO_GTF = NA,
GENOME = NA,
UCSC_TABLE_NAME = "knownGene",
TXDB = NA,
EXOME_OUTPUT_DIR = NA,
RMT_OUTPUT_DIR = NA,
RMT_EXPERIMENT_NAME = "RMT_Result")
}
%- maybe also 'usage' for other objects documented here.
\arguments{
Expand Down

0 comments on commit 47bd546

Please sign in to comment.