... | ... |
@@ -4,7 +4,7 @@ |
4 | 4 |
\alias{tmhmm_fix_path} |
5 | 5 |
\title{Retrieve Data from TMHMM and Fix Functionality of TMHMM R Package} |
6 | 6 |
\usage{ |
7 |
-tmhmm_fix_path(fasta_filename, folder_name = tmhmm::get_default_tmhmm_folder()) |
|
7 |
+tmhmm_fix_path(fasta_filename, folder_name) |
|
8 | 8 |
} |
9 | 9 |
\arguments{ |
10 | 10 |
\item{fasta_filename}{Parameter containing input fasta file to be run on |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,29 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/tmhmm_fix_path.R |
|
3 |
+\name{tmhmm_fix_path} |
|
4 |
+\alias{tmhmm_fix_path} |
|
5 |
+\title{Retrieve Data from TMHMM and Fix Functionality of TMHMM R Package} |
|
6 |
+\usage{ |
|
7 |
+tmhmm_fix_path(fasta_filename, folder_name = tmhmm::get_default_tmhmm_folder()) |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{fasta_filename}{Parameter containing input fasta file to be run on |
|
11 |
+tmhmm} |
|
12 |
+ |
|
13 |
+\item{folder_name}{Path to folder containing installed tmhmm software} |
|
14 |
+} |
|
15 |
+\value{ |
|
16 |
+Raw results from tmhmm containing membrane locations for |
|
17 |
+each transcript |
|
18 |
+} |
|
19 |
+\description{ |
|
20 |
+This function retrieves the raw data from tmhmm containing information |
|
21 |
+about the membrane location of each amino acid in a transcript. |
|
22 |
+In order to set a standard path that allows tmhmm to run, the path |
|
23 |
+is set to match that of the fasta file contining the amino acids. |
|
24 |
+} |
|
25 |
+\note{ |
|
26 |
+In order for this function to work, there needs to be a .fasta file |
|
27 |
+containing the amino acid sequences for each transcript called "AA.fasta" |
|
28 |
+saved to a folder called output within the working directory. |
|
29 |
+} |